> 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