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]

Re: Building binutils-2.15 fails...


Mihir Patel wrote:
I am trying to biuld binutils-2.15 with "--target=i386
--prefix=/prefix --disable-nls -v" on SunOS

then I do the "make all". Here is the log of last few lines....

checking for strtoull... yes
checking whether strstr must be declared... no
checking whether malloc must be declared... no
checking whether realloc must be declared... no
checking whether free must be declared... no
checking whether getenv must be declared... no
*** BFD does not support target i386-pc-none
*** Look in bfd/config.bfd for supported targets.
*** Error code 1
make: Fatal error: Command failed for target `configure-bfd'


Can some one please tell me which Flags i need to check before building this...

You don't say what target you are building for. But --target=i386 is likely your problem.


Perhaps something like --target=i386-pc-linux-gnu or i386-pc-mingw or...


David Daney.



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