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: EGCS support


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


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