EGCS support

Yves Rutschle y.rutschle@indigovision.com
Mon May 21 02:30:00 GMT 2001


> > I'm building a cross m68k-unknown-linux gcc on an 
> i586-pc-cygwin32 host
[...]
> > ../glibc-2.2.2/configure --verbose --target=m68k-unknown-linux
> > --prefix=/gnu
> > but this returns that *** The GNU C library is currently 
> not available for
> > this platform.

You have your host and build and target mixed up; You want
Glibc to run on a m68k therefore target=host=m86k-linux,
and build=i586-cygwin. You'll probably need to set
CC=i586-pc-cygwin-gcc before make, too.

Have a look at the "INSTALL" file that comes with glibc, it's
full of useful things.

Cheers,
Yves.


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