This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bug


> Date: Tue, 19 Oct 1999 11:48:32 -0500
> From: Helen Sun <helen.sun@usa.alcatel.com>

> This is a multi-part message in MIME format.
> --------------037850C81707C8E98FF9B3E7

> When I cross compiler gcc for powerpc-eabi target, I got the following
> errors:

> include/objc/objc-api.h:33: stdio.h: No such file or directory

> If there anything missing in the source code?

Yes, your libc and libm implementation.  The compiler can't read your
mind, and you didn't give it one.  Therefore, it built as much as it
could.  If you want it to build more, you will have to figure out what
you want to do for a libc and give that information to the compiler
with --with-headers and --with-libs.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]