[OE-core] noticeably longer build (link?) times with binutils 2.26

Khem Raj raj.khem at gmail.com
Thu Feb 11 17:29:45 UTC 2016


> On Feb 11, 2016, at 9:25 AM, Trevor Woerner <twoerner at gmail.com> wrote:
> 
> On 02/09/16 23:37, Khem Raj wrote:
>> IIRC gold has its own notions to enable gold
>> so you need to enable that
>> 
>>> On Feb 9, 2016, at 8:18 PM, Trevor Woerner <twoerner at gmail.com> wrote:
>>> 
>>> I've tried every combination I can think of and no matter what I try, if gold is the linker the chromium build always errors out with:
>>> 
>>>    collect2: fatal error: cannot find 'ld'
> 
> Building with gold does cut the build time of the chromium component back down.
> 
> binutils 2.25, bfd:  00:47:51, 00:44:24, 00:44:25
> binutils 2.26, bfd:  02:07:45, 02:09:31, 02:02:42
> 
> binutils 2.26, gold: 00:43:49, 00:45:18, 00:42:51
> 
> 
> But the only way I could get it to work was to manually perform the following steps:
> $ cd <oe tmp dir>/sysroots/<native sysroot>/usr/bin
> $ ln -s <cross toolchain prefix>/<cross toolchain prefix>ld.gold ld.gold
> 
> where:
>  <native sysroot> = x86_64-linux
>  <cross toolchain prefix> = x86_64-poky-linux
> 
> to give:
> $ cd <oe-tmp-dir>/sysroots/x86_64-linux
> $ ln -s x86_64-poky-linux/x86_64-poky-linux-ld.gold ld.gold
> 
> Maybe I can play with the recipe a bit more to get this to work "automatically"; maybe by setting the LD environment variable differently or something.


you can always pass -fuse-ld=gold to LDFLAGS
secondly if you can tar up all needed objects and let
others reproduce it would help.


> 
> But, as I said before, the last time I tried booting a gold-linked image on the minnow grub2 refused to work :-(
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160211/e0a78d24/attachment-0002.sig>


More information about the Openembedded-core mailing list