bug-binutils
[Top][All Lists]
Advanced

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

Re: how to install binutils


From: Nick Clifton
Subject: Re: how to install binutils
Date: Mon, 29 Sep 2008 15:35:54 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Hi Ron,

Just got a copy of binutils from cygwin, and I'm trying to figure out how to 
install it.
I want to build a version of ld that runs on the PC and deals with elf object 
files for the x86_64 platform.
What I actually tried was:
    ./configure --target=amd64
    make all-ld
That gave an error message.  It looks like something translates "amd64" into 
"x64_86_pc_none", and then something complains that "x86_64_pc_none" isn't supported.

Try:

  ./configure --target=x86_64-pc-linux-gnu

Note there is no support for 64-bit cygwin binaries in the linker at the moment, so I have assumed that you are trying to deal with Linux targeted ELF object files.

Cheers
  Nick






reply via email to

[Prev in Thread] Current Thread [Next in Thread]