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: cross gcc for mips on x86 machine


On Mon, Aug 06, 2001 at 10:03:48AM -0500, M. R. Brown wrote:
> * hanishkvc@fedtec.com <hanishkvc@fedtec.com> on Mon, Aug 06, 2001:
> 
> > 
> > b) --enable-languages=c is also specified along with LANGUAGES="c" during
> > make.
> > 
> 
> I would change this to --enable-languages="c" (with quotes), passing
> LANGUAGES="c" isn't necessary during make.  Also, instead of trying to do a
> full make on a bootstrap compiler (it will always fail), just do "make
> all-gcc" followed by "make install-gcc".
> 
> > Where as while doing the final gcc you don't have to worry about these.

I succeeded in building a cross gcc 'target=mipsel-linux' but
this cross compiler emits tons of

{standard input}:1586: Warning: No .cprestore pseudo-op used in PIC code
{standard input}:1589: Warning: Macro instruction expanded into multiple instructions
{standard input}:1589: Warning: No .cprestore pseudo-op used in PIC code
[...]

I tried gcc-2.95.3, binutils-2.11.2, glibc-2.2.3 (tried also also uClibc).

What could be my problem ?

-- 
   Johannes

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