Cross gcc Mailing List Archive

[Prev][Next][Index][Thread]

Re: Questions on cross compiling Linux host, PPC target.



   From: mikemcquade@connect.com
   Date: Sun, 17 Nov 1996 20:56:31 -0800

   Im following the FAQ for building a cross compiler, and when I try to
   compile GCC, I get the following errors:

   In file included from hash.c:32
   runtime.h:32: stdio.h: No such file or directory
   runtime.h:33: ctype.h: No such file or directory

   Any clues ?

You're building the objective C library.  Either
install the target's header files or don't build libobjc.a.

References:

Home | Subject Index | Thread Index