Fwd: Re: arm cross compiler

Carl Miller chaz@energoncube.net
Tue May 11 22:24:00 GMT 2004


> Iam still facing problems with the new arm cross
> tool..
> 
> the crosstool tarball is extracted to the directory
> /home/kripa/crosstool
> 
> the binutils-2.14.tar.gz, the gcc-3.3.2.tar.gz, the
> glibc-2.3.2.tar.gz and the linux-2.4.20.tar.gz are in
> the directory
> 
> /home/kripa/crosstool/tarballs
> 
> these are my environment variables
> 
> the PREFIX is set to /home/kripa/crosstoll/bins
> 
> the SRC_DIR is set to /home/kripa/crosstool/src
> 
> the BINUTILS_DIR is set to
> /home/kripa/crosstool/tarballs/binutils-2.14.tar.gz
> 
> the GCC_DIR is set to
> /home/kripa/crosstool/tarballs/gcc-3.3.2.tar.gz
> 
> the GLIBC_DIR is set to
> /home/kripa/crosstool/tarballs/glibc-2.3.2.tar.gz 
> 
> the LINUX_DIR is set to
> /home/kripa/crosstool/tarballs/linux-2.4.20.tar.gz
> 
> the TARGET=arm-linux ..

crosstool expects the <tool>_DIR variables not to be
a full pathname, but rather just the single directory
name that identifies the component, e.g.

BINUTILS_DIR=binutils-2.14
GCC_DIR=gcc-3.3.2

etc., as is seen in all the *.dat files.


                        ----Carl

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



More information about the crossgcc mailing list