This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 2.95,2 bug; can not create cross compiler
- To: "Eric Schweitz" <schweitz at nortelnetworks dot com>
- Subject: Re: 2.95,2 bug; can not create cross compiler
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 17 Nov 1999 18:16:06 -0500
- Cc: gcc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
>>>>> "Eric Schweitz" writes:
Eric> When trying to create a cross-compiler for the PPC target using
Eric> the 2.95.2 release, the build step falls on its own sword with
Eric> the following messages:
Eric> ./libgcc2.c:41: stdlib.h: No such file or directory
Eric> ./libgcc2.c:42: unistd.h: No such file or directory
You need to install the header files for the system targeted by
the cross-compiler and point the bild process at them before building the
cross-compiler.
David