I'm using gold to speed up linking on my Beagleboard. Compile jobs run on a
different machine but the linker has to run locally so its speed is important.
When compiling the Qt toolkit (version 4.6.1 with a few patches, shouldn't
matter) ld aborts with an assert failure during the linking of QtWebK
--- Additional Comments From ahartmetz at gmail dot com 2010-02-04 12:41
---
(In reply to comment #0)
> The Linux distribution is Ubuntu 9.10 for ARM.
> (I also get two rather easily fixable compilation errors on my system, a
> missing #include and an object file that is passed to gcc tw
--- Additional Comments From ian at airs dot com 2010-02-04 15:07 ---
Thanks for the bug report. Can you list the errors you get when building gold?
--
What|Removed |Added
--- Additional Comments From ahartmetz at gmail dot com 2010-02-04 15:23
---
(In reply to comment #2)
> Thanks for the bug report. Can you list the errors you get when building
gold?
The first issue doesn't need much explanation; there is an sprintf() in the
file and no declaration is
--- Additional Comments From ahartmetz at gmail dot com 2010-02-04 15:31
---
(In reply to comment #0)
> configure flags are:
> --enable-target=arm
>
Correction: --enable-targets=arm.
This is a typo in the comment, not in the original invocation of configure.
--
http://sourceware.org
--- Additional Comments From ahartmetz at gmail dot com 2010-02-04 15:34
---
I should also mention that this does not seem to be a regression, gold has so
far always been broken for my uses on ARM in some way.
It does, however, successfully link itself and most parts of Qt.
--
http:/
--- Additional Comments From dougkwan at google dot com 2010-02-04 19:47
---
Can you try this patch and send me back the error message?
Index: arm.cc
===
RCS file: /cvs/src/src/gold/arm.cc,v
retrieving revision 1.76
diff -u
--- Additional Comments From dougkwan at google dot com 2010-02-04 22:09
---
Patch for build breakage submitted in
http://sourceware.org/ml/binutils/2010-02/msg00070.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11247
--- You are receiving this mail because: ---
Yo
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-02-05
00:30 ---
Subject: Bug 11247
CVSROOT:/cvs/src
Module name:src
Changes by: dougk...@sourceware.org 2010-02-05 00:30:35
Modified files:
gold : ChangeLog arm-reloc-property.cc confi
--- Additional Comments From dougkwan at google dot com 2010-02-05 00:34
---
The build breakage has been fixed but we still need to fix the assertion. I
built Qt-4.6.1 for arm-unknown-linux-gnu using gold as the linker but did not
see the assertion. I am trying again using the "-march=
10 matches
Mail list logo