This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gengenrtl compile error
- From: Jean-Pierre Radley <jpr at jpr dot com>
- To: GCC Developers <gcc at gcc dot gnu dot org>
- Date: Sun, 19 Jan 2003 14:16:19 -0500
- Subject: Re: gengenrtl compile error
- References: <20021227200447.GA26864@jpradley.jpr.com>
Jean-Pierre Radley typed (on Fri, Dec 27, 2002 at 03:04:47PM -0500):
| 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.
I just ran 'cvs co gcc'. The same error is still present.
--
JP