How to build strong ARM

Nick Clifton nickc@cygnus.com
Fri Feb 18 15:44:00 GMT 2000


Hi David,

: I try to use binutils to build assembler and compiler for strong ARM
: platform.  I do not find target string in config.sub.  How 
: should I put target name in configure command line in order to build cross
: assembler and linker for strong ARM.
: Thanks a lot.

Use the foillowing configure string:

  --target=arm-elf  --with-cpu=strongarm

[I am assuming that you want an ELF based toolchain here.  If you want
a COFF based one, use '--target=arm-coff"]

Cheers
	Nick



More information about the Binutils mailing list