This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: linux cross compiler
- From: Pieter Thysebaert <pieter dot thysebaert at intec dot rug dot ac dot be>
- To: Anton_Neumayer at raytheon dot com, gcc-help at gcc dot gnu dot org
- Date: Tue, 20 Aug 2002 10:38:41 +0200
- Subject: Re: linux cross compiler
- References: <OF43C20ABC.80BDE557-ON85256C1A.0073DC77@wat.na.ray.com>
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