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]

Can't compile toplev.c in CVS sources


I can't compile the egcs-CVS sources on the i586-pc-linux-gnulibc1 target.
It seems that in toplev.c stack_reg_dump_file is undeclared.
I updated the sources about 5 minutes ago.

Peter Schmid

make bootstrap
make[1]: Entering directory `/home/schmid/ftp/egcs/libiberty'
make[2]: Entering directory `/home/schmid/ftp/egcs/libiberty'
make[2]: Leaving directory `/home/schmid/ftp/egcs/libiberty'
make[1]: Leaving directory `/home/schmid/ftp/egcs/libiberty'
make[1]: Entering directory `/home/schmid/ftp/egcs/texinfo'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/schmid/ftp/egcs/texinfo'
Bootstrapping the compiler
make[1]: Entering directory `/home/schmid/ftp/egcs/gcc'
make CC="gcc" libdir=/usr/local/lib LANGUAGES="c "
make[2]: Entering directory `/home/schmid/ftp/egcs/gcc'
gperf -p -j1 -i 1 -g -o -t -G -N is_reserved_word -k1,3,$ \
   ./c-parse.gperf >tmp-gperf.h
./move-if-change tmp-gperf.h ./c-gperf.h
./c-gperf.h is unchanged
gcc  -DIN_GCC   -DUSE_GNULIBC_1 -g  -DHAVE_CONFIG_H     -I. -I. -I./config  \
  -DTARGET_NAME=\"i586-pc-linux-gnulibc1\" \
  -c `echo ./toplev.c | sed 's,^\./,,'`
toplev.c: In function `rest_of_compilation':
toplev.c:3555: `stack_reg_dump_file' undeclared (first use this function)
toplev.c:3555: (Each undeclared identifier is reported only once
toplev.c:3555: for each function it appears in.)
make[2]: *** [toplev.o] Error 1
make[2]: Leaving directory `/home/schmid/ftp/egcs/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home/schmid/ftp/egcs/gcc'
make: *** [bootstrap] Error 2

Compilation exited abnormally with code 2 at Tue Jan 27 17:33:22












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