Cross-compiler

Kristina Malmström dtv96kmm@idt.mdh.se
Mon Apr 19 07:39:00 GMT 1999


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.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list