This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

RE: help about cross-compiler


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


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