This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: header files


Hi,
I saw the same error message when I compile gcc for powerpc-linux.
I just commented out the header files.
/* #include <stdlib.h>
#include <unistd.h> */
It compiled well and has been OK until now.
- Sangmoon Kim -

----- Original Message ----- 
From: "joan" <joan@sh.t2-design.com>
To: "'crossgcc'" <crossgcc@sourceware.cygnus.com>
Sent: Sunday, October 21, 2001 6:25 PM
Subject: header files


> Hi
> When I compile my fist step gcc , it has this error:
> ../../gcc-2.95.2/gcc/libgcc2.c:41: stdlib.h: No such file or directory
> ../../gcc-2.95.2/gcc/libgcc2.c:42: unistd.h: No such file or directory
> 
> But I think I definetily have them...
> This cross compiler is expected to run on mips.
> Does this mean I have to get this header files apply to mips?
> 
> Regards
> Joan
> 
> ------
> Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
> Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com
> 
> 

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