Hi Raymond,

I'm trying to build the binutils and gcc wirh arm and elf support.
I have tried the following targets with no success:

--target=arm-*-elf*
--target=arm-*-elf
--target=arm9e-*-elf

The build and host system is i686-pc-cygwin.

I hope that you were not literally including those asterisks as part of the target. The following should work for you:



<path-to-binutils-sources>/configure --target=arm-elf

Note - I am assuming that you are building in a separate directory to the sources. This is not a requirement for binutils, but it is good practice.

Cheers
  Nick




_______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to