help about cross-compiler

David Korn dkorn@pixelpower.com
Mon Jul 23 03:40:00 GMT 2001


>-----Original Message-----
>From: Liu Yong [ mailto:yliu@newavetech.com ]
>Sent: 23 July 2001 11:23


> ../gcc-2.95.3/configure --target=m68k-coff --prefix=/home/yliu/local 
>	--enable-language=c
>    	--with-local-prefix=/home/yliu/local/m68k-coff --without-headers 
>	--with-newlib
>    	--disable-shared --with-gnu-as --with-gnu-ld;
> make all-gcc install-gcc > ../make/m68kcoffcore.txt ;

  Looks like you missed the letter 's' from the "--enable-languages=c"
option.  

> ../gcc-3.0/configure --target=m68k-coff --prefix=/home/yliu/local 
>	--enable-language=c,c++
>   	--with-local-prefix=/home/yliu/local/m68k-coff --with-gnu-as 
>	--with-gnu-ld;
> make all install > ../make/m68kcoffcross.txt;

  Did you really build the core C compiler using the 2.95.3 sourcecode
and then go back and try to finish the build using the 3.0 source?  I
wouldn't expect that to work at all.  And you left the final 's' off the
word 'languages' again.

       DaveK
-- 
"Computer games don't affect kids; I mean if Pac-Man affected us as kids,
we'd all be running around in darkened rooms, munching magic pills and
listening to repetitive electronic music."
    - Kristian Wilson, Nintendo, Inc, 1989.


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