Unsuccessful build of a cross PowerPC GCC 2.95.x for an Intel

Graham Stoney greyham@research.canon.com.au
Thu Sep 30 19:57:00 GMT 1999


Patrick Lerda writes:
> #!/bin/sh
> CFLAGS=-O6 CXXFLAGS=-O6 /usr/src/gcc-2.95/configure --prefix=/usr \
> --host=i586-unknown-linux --build=i586-unknown-linux \
> --target=powerpc-unknown-linux \
> --with-cpu=603e \
> --with-headers="/usr/powerpc-unknown-linux/include" \
> --with-libs="/usr/powerpc-unknown-linux/lib"
> 
> make cross
> 
> 
> ...
> 
> After a while the process fail in the directory libiberty, an entry is
> missing in the Makefile.

Well don't keep us in suspense; what error message do you get when it fails,
and which entry in the Makefile do you think is missing?

I've successfully built powerpc-linux crosses with both 2.95 and 2.95.1 on i586
using glibc-2.1.2pre2 as my runtime library. If you're using gcc 2.95, try
2.95.1.

Regards,
Graham



More information about the Gcc-bugs mailing list