This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Help:Egcs cross-compiler
- To: gyoung yun cho <gycho at dolphin dot pknu dot ac dot kr>
- Subject: Re: Help:Egcs cross-compiler
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 24 Nov 1997 10:11:46 -0800
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <34795012.9F9@dolphin.pknu.ac.kr>you write:
>
> I tested egcs snapshots on LINUX slackware 3.3 to make cross compiler.
> Egcs-971122 makes following error.
> Help me to fix this error.
If you're going to build a cross compiler use "make cross"; it avoids building
the fortran and object libraries which are not properly set up for cross
compilation.
jeff