Date: Mon, 19 Apr 1999 16:41:01 +0200 (MET DST) From: =?iso-8859-1?Q?Kristina_Malmstr=F6m?= X-Sender: dtv96kmm AT bilbo DOT mdh DOT se To: djgpp AT delorie DOT com, gnu-win32 AT cygnus DOT com Subject: Cross-compiler Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id JAA10700 Reply-To: djgpp AT delorie DOT com We are going to build a cross-compiler for PowerPc750. We are using GNU gcc. When we are trying to do make all. We get errors for missing some header-files (see message). echo "/* This file is automatically generated */" >objc/runtime-info.h ./cc1obj -print-objc-runtime-info tmp-runtime >>objc/runtime-info.h rm -f tmp-runtime ./xgcc -B./ -DCROSS_COMPILE -DIN_GCC -DSVR4 -g -I./include -I. -I. -I./config \ -c ./objc/hash.c -o objc/hash.o In file included from ./objc/hash.c:31: objc/runtime.h:31: stdio.h: No such file or directory objc/runtime.h:32: ctype.h: No such file or directory In file included from objc/runtime.h:38, from ./objc/hash.c:31: include/objc/objc-api.h:33: stdio.h: No such file or directory make: *** [objc/hash.o] Error 1 Our target system is not supporting this headerfiles. How can we get around this problem?? If you dont know how we can solve this problem, maybe you can give us some reference that we can contacts or read something about this. Best Regards Kristina Malmström Magnus Ahlmark Two students in Sweden.