This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Can't bootstrap gcc+binutils 20020913 trunk on sparc32-linux (sun4m)
- From: Christian Jönsson <christian at j-son dot org>
- To: gcc <gcc at gcc dot gnu dot org>
- Date: Fri, 13 Sep 2002 22:38:04 +0200
- Subject: Can't bootstrap gcc+binutils 20020913 trunk on sparc32-linux (sun4m)
This was on a Aurora SPARC Linux 0.32 build (Nashville) quad ROSS
sun4m system with these packages:
binutils-2.11.93.0.2-11sparc
dejagnu-1.4.2-3
gcc-2.96-111
glibc-2.2.5-36
kernel-smp-2.4.18-0.998sparc
In-tree joined gcc and binutils cvs trunks.
LAST_UPDATED: Fri Sep 13 16:19:36 UTC 2002
gcc -pipe -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/opt/gcc+binutils/trunk/gcc/gcc -I/opt/gcc+binutils/trunk/gcc/gcc/. -I/opt/gcc+binutils/trunk/gcc/gcc/config -I/opt/gcc+binutils/trunk/gcc/gcc/../include /opt/gcc+binutils/trunk/gcc/gcc/print-rtl.c -o print-rtl.o
In file included from /opt/gcc+binutils/trunk/gcc/gcc/print-rtl.c:23:
config.h:30:29: insn-constants.h: No such file or directory
config.h:31:25: insn-flags.h: No such file or directory
./gengtype
make[2]: *** [print-rtl.o] Error 1
make[2]: *** Waiting for unfinished jobs....
warning: structure `JCF' used but not defined
warning: structure `CPool' used but not defined
warning: structure `basic_block_def' used but not defined
warning: structure `reg_info_def' used but not defined
warning: structure `die_struct' used but not defined
warning: structure `machine_function' used but not defined
warning: structure `rtx_def' used but not defined
Any ideas of what goes wrong?
There's no insn-constants.h or insn-flags.h in objdir/gcc that I think
should be there...
Cheers,
/ChJ