> As an alternative to Arno's suggestion, maybe you could use the > --with-sysroot configure parameter to make the required headers > available to the build process. I know others have used this method on > some cross targets.
Another (at least short term) solution would be to use DUMMY_SOCKETS_TARGET_PAIRS on RTEMS. This would disable socket support (which is not part of the Ada standard, so wouldn't e.g. change the ACATS profile, but at least would not break the whole Ada build. Arno