This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Cross-compiler



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