This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
building GNAT on Windows (without Cygwin)
- From: "Jerry van Dijk" <jvandyk at attglobal dot net>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 19 Nov 2001 00:32:35 +0100 (West-Europa (standaardtijd))
- Subject: building GNAT on Windows (without Cygwin)
- Reply-to: jvandyk at attglobal dot net
Has anyone yet attemted to build GNAT on a mingw32 system ?
My first attempt failed miserably:
./xgcc -B./ -B/usr/local/pentium-mingw32msv/bin/ -isystem /usr/local/pentium-mingw32msv/include -isystem /usr/local/pentium-mingw32msv/sys-include -O2 -I../../gcc/gcc/../winsup/include -I../../gcc/gcc/../winsup/cygwin/include -I../../gcc/gcc/../winsup/w32api/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include -DL_muldi3 -c ../../gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
results in:
xgcc: Internal error: Signal 0 (program cc1)
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[2]: *** [libgcc.a] Error 2
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2
--
-- Jerry van Dijk | email: jvandyk@attglobal.net
-- Leiden, Holland | web: home.trouwweb.nl/Jerry