[meta-virtualization] [PATCH] go-native: Add work around for binutils >= 2.27

Bruce Ashfield bruce.ashfield at gmail.com
Wed Oct 19 09:38:32 PDT 2016


merged.

Bruce

On Tue, Oct 18, 2016 at 4:11 PM, Jason Wessel <jason.wessel at windriver.com>
wrote:

> We only use go-native to bootstrap go-cross and according to a post in
> the go-lang git it is possible to work around by disabling CGO:
>
> https://github.com/golang/go/issues/16906
>
> This patch fixes the compile failure with binutils 2.27 which has the
> message:
>
> cannot load DWARF output from $WORK/net/_obj//_cgo_.o: decoding dwarf
> section info at offset 0x4: unsupported version 0
>
> Signed-off-by: Jason Wessel <jason.wessel at windriver.com>
> ---
>  recipes-devtools/go-cross/go-native.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-devtools/go-cross/go-native.inc
> b/recipes-devtools/go-cross/go-native.inc
> index 8b4be9e..cb2dd2a 100644
> --- a/recipes-devtools/go-cross/go-native.inc
> +++ b/recipes-devtools/go-cross/go-native.inc
> @@ -16,7 +16,7 @@ do_compile() {
>      mkdir -p ${WORKDIR}/build-tmp
>
>      cd src
> -    ./make.bash --host-only
> +    CGO_ENABLED=0 ./make.bash --host-only
>  }
>
>
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20161019/a3b5240a/attachment.html>


More information about the meta-virtualization mailing list