FW: (arm) cross compiler under Cygwin

David Korn dkorn@pixelpower.com
Thu Mar 15 09:32:00 GMT 2001


  Hi again Nhat,

>otherwise,
>how can i do to
>install the cross binutils for arm ?
>is it in Cygwin environment ?
>
>i have :
>* binutils-20001221-1.tar.gz
>* binutils-20001221-1-src.tar.gz

  You need the second one, which is a snapshot of the binutils source
code.

  To make and install the cross binutils is very like the procedure for gcc:

 - unpack the tar.gz file into a source directory
 - make a build directory somewhere else and cd into it
 - /path/to/sourcedir/configure --target=arm-strongarm-aout
 - make all install

  Then, be sure that /usr/local/bin is in your $PATH setting (or if you
want to use a --prefix setting for compiling binutils and gcc, make sure
that $prefix/bin is in $PATH).

  When you have the cross binutils installed, try the gcc make again.

       DaveK
-- 
 All your base are belong to us!


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list