This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
failure of the UDK compiler to bootstrap
- To: GCC Developers <gcc at gcc dot gnu dot org>
- Subject: failure of the UDK compiler to bootstrap
- From: Jean-Pierre Radley <jpr at jpr dot com>
- Date: Sat, 17 Feb 2001 20:38:53 -0500
I grabbed a whole fresh tree the other day, with
cvs co -r gcc-3_0-branch gcc
Using the SCO OSR 5 UDK compiler for bootstrapping gave me the same
error with that tree as with the one I had three weeks ago:
./xgcc -B./ -B/u/udk/i686--udk/bin/ -isystem /u/udk/i686--udk/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I/s/tools/gcc/gcc -I/s/tools/gcc/gcc/. -I/s/tools/gcc/gcc/config -I/s/tools/gcc/gcc/../include -g0 \
-finhibit-size-directive -fno-inline-functions \
-fno-exceptions -fPIC -fno-omit-frame-pointer \
-c /s/tools/gcc/gcc/crtstuff.c -DCRT_BEGIN -o crtbegin.o
UX:as: ERROR: (EOF):undefined name: .LPR0: No such file or directory
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory `/s/tools/gccudkobj/gcc'
make[1]: *** [stage1_build] Error 2
--
JP