This is the mail archive of the binutils@sourceware.cygnus.com 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]

Re: How to build strong ARM


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


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