[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] Building GCC Cygwin Seg Fault
From: |
Tony Mahar |
Subject: |
[avr-gcc-list] Building GCC Cygwin Seg Fault |
Date: |
Fri, 7 Jun 2002 18:19:53 -0400 |
I am trying to compile the current CVS version of GCC under Windows XP using
both the latest release and CVS versions of Cygwin. I get the same error
every time when compiling CVS GCC.
CVS Binutils compiles just great! What is going on? I need the new stuff
to work with ATMega8 chips.
Thanks,
Tony
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/usr/local/cvs/gcc/gcc/gcc/xgcc -B/usr/local/cvs/gcc/gcc/gcc/ -B/usr/local/a
vrgc
c/avr/bin/ -B/usr/local/avrgcc/avr/lib/ -isystem
/usr/local/avrgcc/avr/include -
O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmi
ssing-prototypes -isystem
./include -DDF=SF -Dinhibit_libc -mcall-prologues -g
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I. -I./. -I./
conf
ig -I./../include -DL_clear_cache -c ./libgcc2.c -o libgcc/./_clear_cache.o
libgcc2.c: In function `__clear_cache':
libgcc2.c:1605: Internal compiler error: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc/./_clear_cache.o] Error 1
make[2]: Leaving directory `/usr/local/cvs/gcc/gcc/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/usr/local/cvs/gcc/gcc/gcc'
make: *** [all-gcc] Error 2
avr-gcc-list at http://avr1.org