make bootstrap fails Irix 6.5.20 gcc-3.3.1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,


Please reply to me also at rsalmon@xxxxxxxxxx I am not subscribed to the list. make bootstrap for gcc3.3.1 fails on Irix 6.5.20 here is the setup


environment variables:

CC=gcc
CXX=g++
MAKE=gmake


configure command:


../gcc-3.3.1/configure --prefix=/usr/local/opt/gcc-3.3.1 --disable-threads --disable-multilib --disable-nls --disable-libgcj


The end of gmake bootstrap where it fails:



stage1/xgcc -Bstage1/ -B/usr/local/opt/gcc-3.3/mips-sgi-irix6.5/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.3/gcc -I../../gcc-3.3/gcc/. -I../../gcc-3.3/gcc/config -I../../gcc-3.3/gcc/../include ../../gcc-3.3/gcc/c-format.c -o c-format.o
stage1/xgcc -Bstage1/ -B/usr/local/opt/gcc-3.3/mips-sgi-irix6.5/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.3/gcc -I../../gcc-3.3/gcc/. -I../../gcc-3.3/gcc/config -I../../gcc-3.3/gcc/../include ../../gcc-3.3/gcc/c-semantics.c -o c-semantics.o
stage1/xgcc -Bstage1/ -B/usr/local/opt/gcc-3.3/mips-sgi-irix6.5/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-3.3/gcc -I../../gcc-3.3/gcc/. -I../../gcc-3.3/gcc/config -I../../gcc-3.3/gcc/../include ../../gcc-3.3/gcc/genconfig.c -o genconfig.o
stage1/xgcc -Bstage1/ -B/usr/local/opt/gcc-3.3/mips-sgi-irix6.5/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genconfig \
genconfig.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
errors.o ../libiberty/libiberty.a
./genconfig ../../gcc-3.3/gcc/config/mips/mips.md > tmp-config.h
/bin/sh ../../gcc-3.3/gcc/move-if-change tmp-config.h insn-config.h
echo timestamp > s-config
stage1/xgcc -Bstage1/ -B/usr/local/opt/gcc-3.3/mips-sgi-irix6.5/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.3/gcc -I../../gcc-3.3/gcc/. -I../../gcc-3.3/gcc/config -I../../gcc-3.3/gcc/../include ../../gcc-3.3/gcc/c-objc-common.c -o c-objc-common.o
stage1/xgcc -Bstage1/ -B/usr/local/opt/gcc-3.3/mips-sgi-irix6.5/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.3/gcc -I../../gcc-3.3/gcc/. -I../../gcc-3.3/gcc/config -I../../gcc-3.3/gcc/../include ../../gcc-3.3/gcc/c-dump.c -o c-dump.o
stage1/xgcc -Bstage1/ -B/usr/local/opt/gcc-3.3/mips-sgi-irix6.5/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.3/gcc -I../../gcc-3.3/gcc/. -I../../gcc-3.3/gcc/config -I../../gcc-3.3/gcc/../include ../../gcc-3.3/gcc/cpplib.c -o cpplib.o
stage1/xgcc -Bstage1/ -B/usr/local/opt/gcc-3.3/mips-sgi-irix6.5/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.3/gcc -I../../gcc-3.3/gcc/. -I../../gcc-3.3/gcc/config -I../../gcc-3.3/gcc/../include ../../gcc-3.3/gcc/cpplex.c -o cpplex.o
../../gcc-3.3/gcc/cpplex.c:2020:4: #error BUFF_SIZE_UPPER_BOUND must be at least as large as MIN_BUFF_SIZE!
gmake[2]: *** [cpplex.o] Error 1
gmake[2]: Leaving directory `/scratch00/rsalmon/objdir/gcc'
gmake[1]: *** [stage2_build] Error 2
gmake[1]: Leaving directory `/scratch00/rsalmon/objdir/gcc'
gmake: *** [bootstrap] Error 2





I am using gcc-3.0.4 to complile this. Any ideas or hints as to what might be the problem?


I followed all the instructions on this page
http://gcc.gnu.org/install/specific.html#mips-sgi-irix6

and even set the systune parameter ncargs = 262144 bytes but still no luck.


Thank you for any help you can provide.


Rene






[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux