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]

bootstrap error for m68k-unknown-linux-gnu (CVS 20010118)


On Debian m68k-linux, glibc-2.2.

Christian T. Steigies writes:
 > ./xgcc -B./ -B/usr/m68k-linux/bin/ -isystem /usr/m68k-linux/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/config -I../../src/gcc/../include  -DL_clear_cache -c ../../src/gcc/libgcc2.c -o libgcc/./_clear_cache.o
 > ../../src/gcc/libgcc2.c: In function `__clear_cache':
 > ../../src/gcc/libgcc2.c:2584: global register variable has initial value
 > ../../src/gcc/libgcc2.c:2584: global register variable has initial value
 > ../../src/gcc/libgcc2.c:2584: warning: `_beg' might be used uninitialized in this function
 > ../../src/gcc/libgcc2.c:2584: warning: `_len' might be used uninitialized in this function
 > make[5]: *** [libgcc/./_clear_cache.o] Error 1
 > make[5]: Leaving directory `/build/source/gcc/2.97/gcc-2.97-2.97.ds1/build/gcc'
 > make[4]: *** [libgcc.a] Error 2
 > make[4]: Leaving directory `/build/source/gcc/2.97/gcc-2.97-2.97.ds1/build/gcc'
 > make[3]: *** [stage1_build] Error 2
 > make[3]: Leaving directory `/build/source/gcc/2.97/gcc-2.97-2.97.ds1/build/gcc'
 > make[2]: *** [bootstrap-lean] Error 2

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