This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14344] [3.3.3 Regression] MinGW Bootstrap Failure
- From: "stl at caltech dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Feb 2004 21:39:10 -0000
- Subject: [Bug target/14344] [3.3.3 Regression] MinGW Bootstrap Failure
- References: <20040229144929.14344.stl@caltech.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From stl at caltech dot edu 2004-02-29 21:39 -------
Pure FSF 3.3.3 fails with:
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/c/temp/gcc/dest/i686-pc-mingw32/bin/ -
isystem /c/temp/gcc/dest/i686-pc-mingw32/include -
isystem /c/temp/gcc/dest/i686-pc-mingw32/sys-include -O2 -
I../../src/gcc/../winsup/include -I../../src/gcc/../winsup/cygwin/include -
I../../src/gcc/../winsup/w32api/include -DIN_GCC -W -Wall -Wwrite-strings -
Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -
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_chkstk -xassembler-with-cpp -
c ../../src/gcc/config/i386/cygwin.asm -o libgcc/./_chkstk.o
./xgcc -B./ -B/c/temp/gcc/dest/i686-pc-mingw32/bin/ -
isystem /c/temp/gcc/dest/i686-pc-mingw32/include -
isystem /c/temp/gcc/dest/i686-pc-mingw32/sys-include -O2 -
I../../src/gcc/../winsup/include -I../../src/gcc/../winsup/cygwin/include -
I../../src/gcc/../winsup/w32api/include -DIN_GCC -W -Wall -Wwrite-strings -
Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -
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_muldi3 -c ../../src/gcc/libgcc2.c -o
libgcc/./_muldi3.o
In file included from ../../src/gcc/config/i386/mingw32.h:32,
from tconfig.h:17,
from ../../src/gcc/libgcc2.c:36:
../../src/gcc/config/i386/cygwin.h:30:19: stdio.h: No such file or directory
In file included from ../../src/gcc/config/i386/mingw32.h:32,
from tconfig.h:17,
from ../../src/gcc/libgcc2.c:36:
../../src/gcc/config/i386/cygwin.h:415: error: parse error before '*' token
../../src/gcc/config/i386/cygwin.h:415: warning: function declaration isn't a
prototype
../../src/gcc/config/i386/cygwin.h:417: error: parse error before '*' token
../../src/gcc/config/i386/cygwin.h:417: warning: function declaration isn't a
prototype
In file included from ../../src/gcc/libgcc2.c:37:
../../src/gcc/tsystem.h:72:19: stdio.h: No such file or directory
../../src/gcc/tsystem.h:75:23: sys/types.h: No such file or directory
../../src/gcc/tsystem.h:78:19: errno.h: No such file or directory
../../src/gcc/tsystem.h:85:20: string.h: No such file or directory
../../src/gcc/tsystem.h:89:20: stdlib.h: No such file or directory
../../src/gcc/tsystem.h:90:20: unistd.h: No such file or directory
In file included from include/limits.h:122,
from include/syslimits.h:7,
from include/limits.h:11,
from ../../src/gcc/tsystem.h:93,
from ../../src/gcc/libgcc2.c:37:
include/limits.h:122:75: no include path in which to find limits.h
In file included from ../../src/gcc/libgcc2.c:37:
../../src/gcc/tsystem.h:96:18: time.h: No such file or directory
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[3]: Leaving directory `/c/temp/gcc/build/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/c/temp/gcc/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/c/temp/gcc/build/gcc'
make: *** [bootstrap] Error 2
Still not sure if this is caused by not putting w32api and mingw-runtime in
dest (but my patched 3.3.1 doesn't need it!). Testing the "real" MinGW 3.3.3
now.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14344