Compile a new cross compiler

Hansjörg Petriffer hpetriffer@grips.com
Tue Mar 20 23:49:00 GMT 2001


Hello,

I have one question which I'm sure is very simple , but I haven't found
something about that into the docu.
I have already compiled one cross compiler and I want use this two for
different projects.
The only thing that I'm not sure here, is that the first compiler I have
made with 

/src/gcc/gcc-YYYYMMDD/configure --target=mn10300-elf \
--prefix=/tools \
--exec-prefix=/tools/H-i686-pc-cygwin \
--with-gnu-as --with-gnu-ld --with-newlib \
-v 2>&1 | tee configure.out 

can I now use also 

cd /tmp/build/gcc
/src/gcc/gcc-2.95.2/configure --target=i386-elf \
--prefix=/tools \
--exec-prefix=/tools/H-i686-pc-cygwin \
--with-gnu-as --with-gnu-ld --with-newlib \
-v 2>&1 | tee configure.out 

or I have to use an path different to /tools?

Thanks for any hint!

Hansjörg



------
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