This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
protoize and unprotoize building with gcc-3.4-20040325
- From: "Rekha Deshmukh" <RekhaD at KPITCummins dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Tue, 20 Apr 2004 17:51:33 +0530
- Subject: protoize and unprotoize building with gcc-3.4-20040325
Hi All,
I am trying to build the h8300-elf protoize and unprotoize mingw utilities for gcc-3.4-20040325, with Linux server as my build machine.
But, when I run 'make proto' in the gcc directory, I get the following error -
HEADERS="config/h8300/h8300.h config/dbxelf.h config/elfos.h config/h8300/elf.h defaults.h" DEFINES="" \
/bin/sh /home/nitins2/src/gcc-3.4-20040325/gcc/mkconfig.sh tm.h
tm.h is unchanged
TARGET_CPU_DEFAULT="" \
HEADERS="auto-build.h ansidecl.h" DEFINES="" \
/bin/sh /home/nitins2/src/gcc-3.4-20040325/gcc/mkconfig.sh bconfig.h
bconfig.h is unchanged
i386-pc-mingw32msvc-gcc -c -DIN_GCC -DCROSS_COMPILE -DGENERATOR_FILE -I. -I. -I/home/nitins2/src/gcc-3.4-20040325/gcc -I/home/nitins2/src/gcc-3.4-20040325/gcc/. -I/home/nitins2/src/gcc-3.4-20040325/gcc/../include -I../intl /home/nitins2/src/gcc-3.4-20040325/gcc/genmodes.c -o genmodes.o
In file included from /home/nitins2/src/gcc-3.4-20040325/gcc/genmodes.c:23:
/home/nitins2/src/gcc-3.4-20040325/gcc/system.h:252:22: sys/wait.h: No such file or directory
make: *** [genmodes.o] Error 1
My mingw native compiler (host&build: Linux) is built using gcc-3.3 sources.
I am unable to understand how 'make proto' has gone for 'genmodes' building.
Please guide me on this.
Regards,
Rekha.