This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fwd: linkder script gui




Hi,

I want to write a Linker Script GUI. Where I can open a linker script file and it also opens its includes.

To show MEMORY and SECTION visually.

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

On my Arch Linux following are working:
$ ld -V

GNU ld (GNU Binutils) 2.27
  Supported emulations:
   elf_x86_64
   elf32_x86_64
   elf_i386
   elf_iamcu
   i386linux
   elf_l1om
   elf_k1om

Of course, I understand, it is seperated to that one I ve cloned.


Is there a little trick that makes it run?


regard,

--
Peter Lorenz   __
         __  _|  |_
        |  ||      |
        |_    _||__|
          |__| TU GRAZ


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]