Hello.

There is part of build screen:

mkdir -p -- libgcc
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/e/build/gcc-4.1-20060414/host-i786-pc-cygwin/gcc/xgcc -B/e/build/gcc-4.1-20060414/host-i786-pc-cygw in/gcc/ -B/usr/i786-pc-cygwin/bin/ -B/usr/i786-pc-cygwin/lib/ -isystem /usr/i786-pc-cygwin/include - isystem /usr/i786-pc-cygwin/sys-include -O2 -I../.././gcc/../winsup/w32api/include -O2 -mcpu=pentium 4 -mmmx -msse3 -mtune=pentium4 -Os -pipe -s -std=gnu99 -DIN_GCC -W -Wall -Wwrite-strings -Wstric t-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -g -DHAVE_GTHR_DEFAUL T -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../.././gcc/. -I../.././gcc/../incl ude -I../.././gcc/../libcpp/include -DL_chkstk -xassembler-with-cpp -c ../.././gcc/config/i386/cygw
in.asm -o libgcc/./_chkstk.o
cc1: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./_chkstk.o] Error 1
make[3]: Leaving directory `/e/build/gcc-4.1-20060414/host-i786-pc-cygwin/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/e/build/gcc-4.1-20060414/host-i786-pc-cygwin/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/e/build/gcc-4.1-20060414'
make: *** [all] Error 2

This error happened after core compiler has been build.
Exist gcc version 4.1.0

Regards,
GeM

Reply via email to