Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Date: Mon, 19 Apr 1999 16:41:01 +0200 (MET DST)
From: =?iso-8859-1?Q?Kristina_Malmstr=F6m?= <dtv96kmm@idt.mdh.se>
X-Sender: dtv96kmm@bilbo.mdh.se
To: djgpp@delorie.com, gnu-win32@cygnus.com
Subject: Cross-compiler
Message-ID: <Pine.GSO.3.95.990419162820.6194A-100000@bilbo.mdh.se>
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 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@sourceware.cygnus.com

