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]
Other format: [Raw text]

Re: Bill's script and glibc-2.2.2. Updated patch.


Next problem (man, I'm hitting them all):
I need glibc to install gnu/stubs.h, else I can't build the final compiler.
That's normally installed with target install-other.  But if I try
to build that, I get the error mentioned in

http://gcc.gnu.org/ml/gcc-bugs/1998-06/msg00168.html
http://gcc.gnu.org/ml/gcc/2002-07/msg00523.html

The exact error was:

make[2]: Entering directory `/home3/dank/bg/b/glibc-2.2.2/nss'
powerpc-linux-gcc nsswitch.c -c -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g -mnew-mnemonics -Wa,-mppc -mpowerpc -I../include -I. -I/home3/dank/bg/b/build-glibc/nss -I.. -I../libio -I/home3/dank/bg/b/build-glibc -I../sysdeps/powerpc/elf -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/powerpc -I../sysdeps/unix/sysv/linux/powerpc -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/powerpc -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/powerpc/fpu -I../sysdeps/powerpc -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/powerpc/soft-fp -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /home3/dank/bg/p/lib/gcc-lib/powerpc-linux/2.95.3/include -isystem /home3/dank/bg/p/powerpc-linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -o /home3/dank/bg/b/build-glibc/nss/nsswitch.o
powerpc-linux-gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [/home3/dank/bg/b/build-glibc/nss/nsswitch.o] Error 1
make[2]: Leaving directory `/home3/dank/bg/b/glibc-2.2.2/nss'
make[1]: *** [nss/subdir_lib] Error 2
make[1]: Leaving directory `/home3/dank/bg/b/glibc-2.2.2'
make: *** [all] Error 2


so I'm going back to passing a real target on the make commandline,
though it looks a bit bulky, e.g. make ${PREFIX}/${TARGET}/include/gnu/stubs.h

- Dan


------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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