Fwd: linkder script gui

Nick Clifton nickc@redhat.com
Thu Sep 22 13:54:00 GMT 2016


Hi Peter,

> I am trying to start with:
> ./<binutils>/ld/ld-new -m elf_x86_64
> 
> I have cloned the binutils 2.27 into a folder it is not that one from my Arch Linux and getting following error: http://codepad.org/aHj9QVQc
> $unrecognised emulation mode: elf_x86_64

This error indicates that the linker that you are running (ld-new) has
not been configured to support the elf_x86_64 target.  (Note: this linker
is different from the system linker, which is why "ld -V" listed elf_x86_64 
as a supported target).

You should check how you configured the linker that you built in the <binutils>
directory.  If necessary you may need to add --enable-targets=x86_64-pc-linuxgnu
to the configure command line.

Cheers
  Nick



More information about the Binutils mailing list