This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc-3.0.2: i686: builds; i586: fails
- To: gcc at gcc dot gnu dot org
- Subject: gcc-3.0.2: i686: builds; i586: fails
- From: pete at ltoi dot iap dot physik dot tu-darmstadt dot de
- Date: Sun, 28 Oct 2001 17:11:37 +0200 (MEST)
Hi,
YFYI: gcc-3.0.2 builds on i686, SuSE-6.2, glibc-2.1.1, ...,
but fails on my i586 system (SuSE-6.1, glibc-2.0.7, binutils 2.9.1)
with the following error:
./xgcc -B./ -B/opt/gcc3.0.2/i586-pc-linux-gnu/bin/ -isystem
/opt/gcc3.0.2/i586-p
c-linux-gnu/include -O2 -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototyp
es -Wmissing-prototypes -isystem ./include -fPIC -g1 -DIN_LIBGCC2
-D__GCC_FLOA
T_NOT_NEEDED -I. -I. -I../../gcc-3.0.2/gcc -I../../gcc-3.0.2/gcc/.
-I../../gcc-
3.0.2/gcc/config -I../../gcc-3.0.2/gcc/../include -fexceptions -c
../../gcc-3.0.
2/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
../../gcc-3.0.2/gcc/unwind-dw2.c: In function `extract_cie_info':
../../gcc-3.0.2/gcc/unwind-dw2.c:220: warning: implicit declaration of
function
`strlen'
../../gcc-3.0.2/gcc/unwind-dw2.c: In function `execute_stack_op':
../../gcc-3.0.2/gcc/unwind-dw2.c:303: warning: `result' might be used
uninitiali
zed in this function
../../gcc-3.0.2/gcc/unwind-dw2.c: In function `uw_frame_state_for':
../../gcc-3.0.2/gcc/unwind-dw2.c:889: warning: implicit declaration of
function
`memset'
../../gcc-3.0.2/gcc/unwind-dw2.c:900: field `info' has incomplete type
../../gcc-3.0.2/gcc/unwind-dw2.c:900: confused by earlier errors, bailing out
make[3]: *** [libgcc/./unwind-dw2.o] Error 1
make[3]: Leaving directory `/var/tmp/imex/gcc295/build/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/var/tmp/imex/gcc295/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/var/tmp/imex/gcc295/build/gcc'
make: *** [bootstrap] Error 2
Last successfull build on this system was gcc-2.95.3 (i.e. gcc-3.0 also
fails).
I check on on i686 SuSE-6.1 system to see, if this error might be
specific for my i586 system (which is "reanimated" by hand after
serious disk corruption)
Cheers,
Peter Schorsch