This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gengenrtl compile error
- From: Jean-Pierre Radley <jpr at jpr dot com>
- To: GCC Developers <gcc at gcc dot gnu dot org>
- Date: Fri, 27 Dec 2002 15:04:47 -0500
- Subject: gengenrtl compile error
On SCO OSR 5.0.6, using '3.4 20021227 (experimental)', I'm getting:
make[1]: Entering directory `/s/tools/gccobj/gcc'
make CC=" stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-sco3.2v5.0.6/bin/" \
STAGE_PREFIX=stage1/ \
ADAC="\$(CC)" GCC_FOR_TARGET="/s/tools/gccobj/gcc/xgcc -B/s/tools/gccobj/gcc/ -B/usr/local/i686-pc-sco3.2v5.0.6/bin/ -B/usr/local/i686-pc-sco3.2v5.0.6/lib/ -isystem /usr/local/i686-pc-sco3.2v5.0.6/include" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-Wtraditional -pedantic -Wno-long-long" libdir=/usr/local/lib LANGUAGES="c gcov gcov-dump c++" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@"
make[2]: Entering directory `/s/tools/gccobj/gcc'
stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-sco3.2v5.0.6/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengenrtl \
gengenrtl.o ../libiberty/libiberty.a
make[2]: *** [gengenrtl] IOT trap
make[2]: Leaving directory `/s/tools/gccobj/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/s/tools/gccobj/gcc'
make: *** [bootstrap] Error 2
I've been seeing this error for the last two weeks.
--
JP