This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: s-oscons technique does not work for RTEMS
- From: Arnaud Charlet <charlet at adacore dot com>
- To: Joel Sherrill <joel dot sherrill at oarcorp dot com>
- Cc: GCC List <gcc at gcc dot gnu dot org>, Thomas Quinot <quinot at adacore dot com>, Arnaud Charlet <charlet at adacore dot com>
- Date: Thu, 7 Aug 2008 22:54:31 +0200
- Subject: Re: s-oscons technique does not work for RTEMS
- References: <489B4D87.8020106@oarcorp.com>
> As I warned in http://gcc.gnu.org/ml/gcc/2008-07/msg00387.html,
> the new technique for generating s-oscons.ads does not work
> for RTEMS. The OS .h files are not available when the compiler
> is built -- only those strictly owned by the newlib C library.
>
> As indicated by this from the build log, you have neither
> termios nor network .h files available when the compiler
> is built.
Then what I'd suggest is that you first build a C (or C and C++)
compiler, build newlib and co, install the system, and then
from there, redo a build with Ada enabled.
That's I believe how such bootstrap issue is resolved in general.
Arno