This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.2 bootstrap failure in stage1 gengenrtl on sparcv9-sun-solaris2.8
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: lucier at math dot purdue dot edu (Brad Lucier)
- Cc: gcc at gcc dot gnu dot org, lucier at math dot purdue dot edu
- Date: Fri, 14 Jun 2002 18:19:10 -0500 (EST)
- Subject: Re: 3.2 bootstrap failure in stage1 gengenrtl on sparcv9-sun-solaris2.8
>
> make[1]: Entering directory `/export/u3/lucier/programs/gcc/gcc-3.2/objdir-sparcv9/gcc'
> make CC="stage1/xgcc -Bstage1/ -B/home/c/lucier/local/gcc-test/sparcv9-sun-solaris2.8/bin/" \
> STAGE_PREFIX=stage1/ \
> ADAC="\$(CC)" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-Wtraditional -pedantic -Wno-long-long" libdir=/home/c/lucier/local/gcc-test/lib LANGUAGES="c gcov c++ f77 java objc" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@"
> make[2]: Entering directory `/export/u3/lucier/programs/gcc/gcc-3.2/objdir-sparcv9/gcc'
> ./gengenrtl -h > tmp-genrtl.h
> make[2]: *** [s-genrtl] Error 2
> make[2]: Leaving directory `/export/u3/lucier/programs/gcc/gcc-3.2/objdir-sparcv9/gcc'
> make[1]: *** [stage2_build] Error 2
> make[1]: Leaving directory `/export/u3/lucier/programs/gcc/gcc-3.2/objdir-sparcv9/gcc'
> make: *** [bootstrap] Error 2
>
This happens with today's CVS using either "gcc -mcpu=ultrasparc -m64" or
"cc -xarch=v9 -xildoff" as the stage1 compiler.
Brad