Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] binary to elf : ld bug.


  • To: <arm-gnu@xxxxxxxxxxxxxxxx>
  • Subject: [arm-gnu] binary to elf : ld bug.
  • From: "Andre Tousch" <andre.tousch@xxxxxxxxxxxxx>
  • Date: Mon, 18 Aug 2008 12:56:50 +0200

I get a linker failure when I try to link a binary file into a .o file. The
same command works with my arm ld 2.14 and 2.16 versions.

 

$ arm-none-eabi-ld -r -b binary --oformat elf32-littlearm -o test.o test.bin

arm-none-eabi-ld: BFD (Sourcery G++ Lite 2008q1-126) 2.18.50.20080215
internal error, aborting at
/scratch/sandra/lite/eabi/obj/binutils-src-2008q1-126-arm-none-eabi-i686-pc-
linux-gnu/bfd/elf.c line 369 in bfd_elf_get_elf_syms

 

arm-none-eabi-ld: Please report this bug.

 

BR,

André