This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Unsucessful build of gcc for i686-pc-cygwin on linux
- From: Ian Lance Taylor <iant at google dot com>
- To: Ignacio Molinero <imolinero at bioingenieria dot es>
- Cc: gcc-help at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: 03 Oct 2007 07:29:15 -0700
- Subject: Re: Unsucessful build of gcc for i686-pc-cygwin on linux
- References: <47035F12.6010601@bioingenieria.es>
Please do not send messages to both gcc-help@gcc.gnu.org and
gcc@gcc.gnu.org. This message should only have gone to gcc-help.
Thanks.
Ignacio Molinero <imolinero@bioingenieria.es> writes:
> I tried to compile gcc 4.1.2 (the final release) on Linux (Ubuntu
> 7.04) for windows beacuse I'm trying to make a Canadian Cross, the
> final target is an ARM machine.
> In file included from ./tm.h:10,
> >From ../.././gcc/libgcc2.c:35:
> ../.././gcc/config/i386/cygming.h:52:19: error: stdio.h: No existe el
> fichero à directorio
In order to successfully do a Canadian Cross, you must first provide a
C library. It's a chicken and egg problem. There are some scripts on
the net which walk through the right series of steps; look for
crosstool.
Ian