This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC3.3.2: gcc/real.h:67: error: size of array `test_real_width' is negative


1449    CC=`which cc` ../configure --prefix=/u/local --enable-languages=c,c++ sparcv9-sun-solaris2.8
1450    gmake bootstrap
"which cc" is the Solaris dev. compiler.

Raw config.guess yields:
$ ../config.guess
sparc-sun-solaris2.8

I used "sparcv9-sun-solaris2.8" to build a 64 bit compiler.
Results:

mv cp/*.o stage1/cp
mv: cannot access cp/*.o
gmake[2]: [c++.stage1] Error 2 (ignored)
gmake[2]: Leaving directory `/u/bkorb/tools/gcc/gcc-3.3.2/=h/gcc'
echo timestamp > stage1_copy
echo stage2_build > stage_last
gmake CC=" stage1/xgcc -Bstage1/ -B/u/local/sparcv9-sun-solaris2.8/bin/" \
         STAGE_PREFIX=stage1/ \
         ADAC="\$(CC)" AR_FOR_TARGET="ar" RANLIB_FOR_TARGET="true" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)"
STRICT_WARN="-Wtraditional -pedantic -Wno-long-long" libdir=/u/local/lib LANGUAGES="c gcov c++" MAKEOVERRIDES= OUTPUT_OPTION="-o
\$@"
gmake[2]: Entering directory `/u/bkorb/tools/gcc/gcc-3.3.2/=h/gcc'
stage1/xgcc -Bstage1/ -B/u/local/sparcv9-sun-solaris2.8/bin/ -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include ../../gcc/gengenrtl.c -o gengenrtl.o
In file included from ../../gcc/gengenrtl.c:29:
../../gcc/real.h:67: error: size of array `test_real_width' is negative
gmake[2]: *** [gengenrtl.o] Error 1


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