https://sourceware.org/bugzilla/show_bug.cgi?id=19405

--- Comment #2 from Thomas Petazzoni <thomas.petazz...@free-electrons.com> ---
(In reply to Nick Clifton from comment #1)
> Hi Thomas,
> 
>   I just tried to reproduce the problem, following the steps that you
> suggested, and nothing went wrong....  Please could you check that the bug
> still exists for you.
> 
>   I was running the build on an x86_64 machine running Fedora 23, perhaps
> that makes a difference ?
> 
> Cheers
>   Nick

Thanks Nick for testing! After reporting this bug, we have marked the gtkmm3
package as not available on nios2, as a temporary workaround. So in fact, your
build is not building gtkmm3.

Could you instead do:

$ git clone git://git.busybox.net/buildroot
$ cd buildroot
$ git checkout 09649f2a305e0b9d52555c35c24178255aa298df
$ cat > .config <<EOF
BR2_nios2=y
BR2_GCC_VERSION_5_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_GTKMM3=y
EOF
$ make olddefconfig
$ make

Thanks a lot!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to