This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/15673] Errors in stage 3; genmodes.c
- From: "mckelvey at maskull dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 May 2004 18:52:30 -0000
- Subject: [Bug bootstrap/15673] Errors in stage 3; genmodes.c
- References: <20040527054918.15673.mckelvey@maskull.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mckelvey at maskull dot com 2004-05-30 18:52 -------
OK, what is the next step here? I refetched everything from CVS yesterday and it
failed the same way. I am building in the recommended manner, in a separate
empty directory, with approved configuration and build options that have worked
for months in their present exact form.
I don't know why -Werror is being set, but the main problem is that the size
warnings point to something very basic.
If I remove -Werror I can get genmodes and errors to compile, but then the link
of genmodes fails thusly:
stage2/xgcc -Bstage2/ -B/usr/local/alphaev56-unknown-linux-gnu/bin/ -O
-DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror
-fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o genmodes \
genmodes.o errors.o ../libiberty/libiberty.a
stage2/crtbegin.o: In function `frame_dummy':
stage2/crtbegin.o(.text+0x94): undefined reference to `_Jv_RegisterClasses'
collect2: ld returned 1 exit status
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15673