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: 2.95,2 bug; can not create cross compiler


>>>>> "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

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