[Buildroot] [PATCH] package/qt: disable Qt GUI module for CS NiosII toolchain

Romain Naour romain.naour at gmail.com
Mon Dec 28 18:01:00 UTC 2015


Hi Thomas,

Le 24/12/2015 11:12, Thomas Petazzoni a écrit :
> Dear Romain Naour,
> 
> On Thu, 24 Dec 2015 09:36:57 +0100, Romain Naour wrote:
> 
>> I think this patch is ok as is because we black list Qt GUI only with the
>> CS toolchain and there is nothing we can do to fix the issue.
>> I will see latter if I found a Binutils patch for it, if not report the
>> issue.
> 
> Well, since the problem also affects nios2 internal toolchains, I
> believe the dependencies should be !BR2_nios2, of course unless you
> find an existing binutils patch to fix the problem. But if you don't,
> then we will have to exclude nios2 entirely.

I greped in the Binutils git tree but I didn't see anything easy to backport to
fixes the issue. I tried to build a nios2 toolchain with gcc 5.2.3 and the
latest commit of the upcoming Binutils 2.26 release, and Qt GUI build fine.

I think we'll need to rebuild a new nios2 toolchain (with gcc 5.2.3 and binutils
2.26) to fix most of the build issues related to ld assertion fail or Assembler
messages (libcap-ng).

Also Qt GUI is not the only one affected by this issue (gtkmm3):
http://autobuild.buildroot.net/results/3e2/3e2ad2de03b5e9f181332d06dcf860e51fcd47f8/build-end.log

(Ok, likely not very used on nios2 ether)

> 
> To be honest, the likeliness of having people using Qt GUI on nios2 is
> very small, if not zero. So we shouldn't care too much about this IMO.

Ok, let exclude Qt GUI on nios2 but other packages may have the same issue.

Best regards,
Romain

> 
> Thanks,
> 
> Thomas
> 



More information about the buildroot mailing list