This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: linux cross compiler


On Monday 19 August 2002 23:11, Anton_Neumayer@raytheon.com wrote:
> Hi,
>
> I'm trying to build an i386-linux cross compiler under Solaris 7.  Things
> progress nicely until libgcc2.c gets compiled, at which point the build
> dies because it can't find signal.h and sys/ucontext.h.
>
> I've tried gcc-3.0 and gcc-3.1, both with the same results.  If anybody can
> tell me where I can get a copy of these files I would really appreciate it!

Well....since you are creating a cross compiler for a Linux system, you need 
to get these header files from a working Linux machine. 
Have you installed these (target) header files?

Pieter


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