public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* make bootstrap fails Irix 6.5.20 gcc-3.3.1
@ 2003-08-26 21:53 Rene Salmon
  0 siblings, 0 replies; only message in thread
From: Rene Salmon @ 2003-08-26 21:53 UTC (permalink / raw)
  To: gcc-help

Hi,


Please reply to me also at rsalmon@tulane.edu 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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-26 21:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-26 21:53 make bootstrap fails Irix 6.5.20 gcc-3.3.1 Rene Salmon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).