This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

problems compiling 2.95.3


Hi.  I am having problems compiling gcc 2.95.3 for the m68k-coff
target.  I'm using RH 7.0, gcc 2.95.3 (yes it compiled for i686).

The problem appears to be in the $(ARCH)/libio directory.  It can't
find certain header files.

Has anyone had this similar problem:

make[1]: Entering directory `/home/nick/build/gcc-2.95.3/m68k-coff/libio'
/bin/sh ./config.status
target-mkfrag is unchanged
Created "Makefile" in /home/nick/build/gcc-2.95.3/m68k-coff/libio using "target-mkfrag"
Adding multilib support to Makefile in .
multidirs=m68000 m5200 mcpu32 msoft-float
with_multisubdir=
./config.status is unchanged
make[1]: Leaving directory `/home/nick/build/gcc-2.95.3/m68k-coff/libio'
make[1]: Entering directory `/home/nick/build/gcc-2.95.3/m68k-coff/libio'
rootme=`pwd`/ ; export rootme; \
CC="/home/nick/build/gcc-2.95.3/gcc/xgcc -B/home/nick/build/gcc-2.95.3/gcc/ -B/usr/local/m68k-coff/m68k-coff/bin/ -I. -I."; export CC; \
CXX="/home/nick/build/gcc-2.95.3/gcc/xgcc -B/home/nick/build/gcc-2.95.3/gcc/ -B/usr/local/m68k-coff/m68k-coff/bin/ -I. -I. -nostdinc++ -g -O2"; export CXX; \
CONFIG_NM="m68k-coff-nm"; export CONFIG_NM; \
/bin/sh ./gen-params LIB_VERSION=2.8.0  >tmp-params.h
dummy.c:1: sys/types.h: No such file or directory
dummy.c:8: stdio.h: No such file or directory
dummy.c:9: time.h: No such file or directory
dummy.c:10: signal.h: No such file or directory
gen-params: could not invoke /home/nick/build/gcc-2.95.3/gcc/xgcc -B/home/nick/build/gcc-2.95.3/gcc/ -B/usr/local/m68k-coff/m68k-coff/bin/ -I. -I. -E on dummy.c
make[1]: *** [_G_config.h] Error 1
make[1]: Leaving directory `/home/nick/build/gcc-2.95.3/m68k-coff/libio'
make: *** [all-target-libio] Error 2



Any insight much appreciated.

-- 
- Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]