This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Can't compile gcc-20011023 on cygwin, interrupted system call on gencheck.exe
- To: "gcc-bugs" <gcc-bugs at gcc dot gnu dot org>
- Subject: Can't compile gcc-20011023 on cygwin, interrupted system call on gencheck.exe
- From: Christian Jönsson <christian dot jonsson at foi dot se>
- Date: Wed, 24 Oct 2001 10:36:16 +0200
- Organization: Sweden's Defence Research Agency
I am trying to compile gcc-20011023 on a win2k/sp2 system running an up to
date installation ov the cygwin environment. The bootstrap process fails
like this:
./f/fini.exe ../../gcc-20011023/gcc/f/str-op.fin f/str-op.j f/str-op.h
./f/fini.exe ../../gcc-20011023/gcc/f/str-op.fin f/str-op.j f/str-op.h
./f/fini.exe ../../gcc-20011023/gcc/f/str-ot.fin f/str-ot.j f/str-ot.h
./f/fini.exe ../../gcc-20011023/gcc/f/str-ot.fin f/str-ot.j f/str-ot.h
./gengenrtl.exe -h > tmp-genrtl.h
./gencheck.exe > tmp-check.h
make[2]: execvp: : Interrupted system call
make[1]: *** [stage2_build] Error 127
make[1]: Leaving directory `/usr/local/src/objdir-gcc-20011023/gcc'
make: *** [bootstrap-lean] Error 2
Any ideas of what is going on?
Cheers,
/ChJ