| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Date: | Mon, 19 Apr 1999 16:41:01 +0200 (MET DST) |
| From: | =?iso-8859-1?Q?Kristina_Malmstr=F6m?= <dtv96kmm AT idt DOT mdh DOT se> |
| 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: | <Pine.GSO.3.95.990419162820.6194A-100000@bilbo.mdh.se> |
| MIME-Version: | 1.0 |
| X-MIME-Autoconverted: | from QUOTED-PRINTABLE to 8bit by delorie.com id JAA10748 |
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 AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |