Trying to create a relocatable object from a binary file generates and error :
arm-elf-ld -r -b binary -o pleoff.o stripbmp
arm-elf-ld: BFD (GNU Binutils) 2.19 internal error, aborting at
/home/sgh/cvs/toolchain/i686-linux-gnu-arm-elf_build//binutils-2.19/bfd/elf.c
line 370 in bfd_elf_get_elf_s
--- Additional Comments From ian at airs dot com 2008-12-10 16:45 ---
The first thing I need to see is a backtrace from a linker which was compiled
without optimization. Your backtrace is truncated relative to the source code
because it doesn't show the inlined functions. I can't figure
In our SW build we have a pre-compiled library that is linked with gnuld:
ld -r -EL -o precompiled.a module1.o module2.o ...
When this library is linked together with other objects with gold I get an
internal error:
$ build/gold/ld-new -r -o test.a precompiled_gnuld.a
build/gold/ld-new: inter
--- Additional Comments From stefan dot becker at nokia dot com 2008-12-10
08:09 ---
Thanks for the quick turnaround time. The problem is gone.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=7088
--- You are receiving this mail because: ---
You are on the CC list for the