From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andy Hare" To: "GCC-Help" Subject: Compiling EGCS under cygnus b20.1 Date: Sun, 06 Feb 2000 12:50:00 -0000 Message-id: <000401bf70e3$ca77d000$0100000a@dualbeast> X-SW-Source: 2000-02/msg00019.html Hi, I am trying to compile the egcs snapshot from the 31/1/00 from cygnus sourceware. I am running cygnus b20.1 under NT and cross compiling to an ARM target using the following configure and make commands > /c/cygnus/GNU-Source-Code/egcs/configure -v \ > --prefix=/c/cygnus/xgcc-arm/gnu \ > --exec-prefix=/c/cygnus/xgcc-arm/gnu \ > --host=i586-cygwin32 --target=arm-elf >configure.out 2>&1 > > make -w all-gcc install LIBGCC2_DEBUG_CFLAGS="-g1 -O1" LANGUAGES="c" > make.out 2>&1 When compiling I get the following errors: >In file included from /c/cygnus/GNU-Source-Code/egcs/gcc/fixinc/fixincl.c:25: >/c/cygnus/GNU-Source-Code/egcs/gcc/fixinc/fixlib.h:28: auto-host.h: No such file > or directory >/c/cygnus/GNU-Source-Code/egcs/gcc/fixinc/fixlib.h:29: gansidecl.h: No such file > or directory >/c/cygnus/GNU-Source-Code/egcs/gcc/fixinc/fixlib.h:30: system.h: No such file or > directory >make[2]: *** [fixincl] Error 1 >/c/cygnus/GNU-Source-Code/egcs/gcc/cpp.texi: No such file or directory >make[1]: *** [cpp.info] Error 2 >make: *** [all-gcc] Error 2 The makefile in fixinc also was missing the exeent variable to generate the correct filenames during compiling and then the subsequent install. Has anyone managed to get this working or is it a known problem. cpp.texi definitely exists and it can be listed to the console. I have the ecos ARM toolset compiling but wanted to get the latest tools running. Andy Hare From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andy Hare" To: "GCC-Help" Subject: Compiling EGCS under cygnus b20.1 Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <000401bf70e3$ca77d000$0100000a@dualbeast> X-SW-Source: 2000-q1/msg00213.html Message-ID: <20000401000000.89yfHu1shdAUu6DknaseylbRgQ9-72f7WASLqVxfDrE@z> Hi, I am trying to compile the egcs snapshot from the 31/1/00 from cygnus sourceware. I am running cygnus b20.1 under NT and cross compiling to an ARM target using the following configure and make commands > /c/cygnus/GNU-Source-Code/egcs/configure -v \ > --prefix=/c/cygnus/xgcc-arm/gnu \ > --exec-prefix=/c/cygnus/xgcc-arm/gnu \ > --host=i586-cygwin32 --target=arm-elf >configure.out 2>&1 > > make -w all-gcc install LIBGCC2_DEBUG_CFLAGS="-g1 -O1" LANGUAGES="c" > make.out 2>&1 When compiling I get the following errors: >In file included from /c/cygnus/GNU-Source-Code/egcs/gcc/fixinc/fixincl.c:25: >/c/cygnus/GNU-Source-Code/egcs/gcc/fixinc/fixlib.h:28: auto-host.h: No such file > or directory >/c/cygnus/GNU-Source-Code/egcs/gcc/fixinc/fixlib.h:29: gansidecl.h: No such file > or directory >/c/cygnus/GNU-Source-Code/egcs/gcc/fixinc/fixlib.h:30: system.h: No such file or > directory >make[2]: *** [fixincl] Error 1 >/c/cygnus/GNU-Source-Code/egcs/gcc/cpp.texi: No such file or directory >make[1]: *** [cpp.info] Error 2 >make: *** [all-gcc] Error 2 The makefile in fixinc also was missing the exeent variable to generate the correct filenames during compiling and then the subsequent install. Has anyone managed to get this working or is it a known problem. cpp.texi definitely exists and it can be listed to the console. I have the ecos ARM toolset compiling but wanted to get the latest tools running. Andy Hare