This is the mail archive of the gcc-bugs@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]

egcs-1.1.2pre1 won't bootstrap with make -j


When I try to 'make -j bootstrap' on either my Solaris 2.5.1 UltraSPARC
server or my Red Hat Linux 5.2 Pentium box, I end up with the same problem:

stage1/xgcc -Bstage1/ -c  -DIN_GCC  -DSVR4  -O2 -g -O2  -DHAVE_CONFIG_H -DHAIFA    -I. -I../../gcc -I../../gcc/config ../../gcc/profile.c
../../gcc/profile.c:48: insn-config.h: No such file or directory
make[2]: *** [profile.o] Error 1
make[2]: *** Waiting for unfinished jobs....
../../gcc/move-if-change tmp-output.c insn-output.c
make[2]: *** Waiting for unfinished jobs....
touch s-output
make[2]: Leaving directory `/home/c/lucier/programs/egcs-1.1.2-pre1/objdir/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home/c/lucier/programs/egcs-1.1.2-pre1/objdir/gcc'
make: *** [bootstrap] Error 2

There were two previous references to insn-config.h:

./genconfig ../../gcc/config/sparc/sparc.md > tmp-config.h
../../gcc/move-if-change tmp-config.h insn-config.h

and

mv *.o insn-flags.h insn-config.h insn-codes.h insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c insn-attr.h insn-attrtab.c insn-opinit.c genrtl.c genrtl.h tree-check.h s-flags s-config s-codes s-mlib s-under s-output s-recog s-emit s-extract s-peep s-check s-attr s-attrtab s-opinit s-crt s-crtS s-crt0 genemit genoutput genrecog genextract genflags gencodes genconfig genpeep genattrtab genattr genopinit gengenrtl gencheck xgcc cc1 cpp  crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o  gcc-cross cccp cc1obj enquire protoize unprotoize specs collect2 collect2 underscore.c gcov *.bp *.greg *.lreg *.combine *.flow *.cse *.jump *.rtl *.tree *.loop *.dbr *.jump2 *.sched *.cse2 *.sched2 *.stack *.gcse *.[si] g++ g++-cross cc1plus g77 g77-cross f771  stage1

This is with gnu make.

It seems to build fine on my linux box with 'make bootstrap'; I'm running
some tests now.  I'll try to make it on my solaris box with 'make bootstrap'.

Brad Lucier     lucier@math.purdue.edu



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