Re: s-oscons technique does not work for RTEMS

2008-08-11 Thread Joel Sherrill
Ralf Corsepius wrote: On Fri, 2008-08-08 at 11:14 -0500, Joel Sherrill wrote: Samuel Tardieu wrote: "Thomas" == Thomas Quinot <[EMAIL PROTECTED]> writes: Thomas> As an alternative to Arno's suggestion, maybe you could use Thomas> the --with-sysroot configure parameter

Re: s-oscons technique does not work for RTEMS

2008-08-11 Thread Ralf Corsepius
On Fri, 2008-08-08 at 11:14 -0500, Joel Sherrill wrote: > Samuel Tardieu wrote: > >> "Thomas" == Thomas Quinot <[EMAIL PROTECTED]> writes: > >> > > > > Thomas> As an alternative to Arno's suggestion, maybe you could use > > Thomas> the --with-sysroot configure parameter to make

Re: s-oscons technique does not work for RTEMS

2008-08-08 Thread Joel Sherrill
Samuel Tardieu wrote: "Thomas" == Thomas Quinot <[EMAIL PROTECTED]> writes: Thomas> As an alternative to Arno's suggestion, maybe you could use Thomas> the --with-sysroot configure parameter to make the required Thomas> headers available to the build process. I know others have Tho

Re: s-oscons technique does not work for RTEMS

2008-08-08 Thread Samuel Tardieu
> "Thomas" == Thomas Quinot <[EMAIL PROTECTED]> writes: Thomas> As an alternative to Arno's suggestion, maybe you could use Thomas> the --with-sysroot configure parameter to make the required Thomas> headers available to the build process. I know others have Thomas> used this method on some cr

Re: s-oscons technique does not work for RTEMS

2008-08-07 Thread Arnaud Charlet
> 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_TA

Re: s-oscons technique does not work for RTEMS

2008-08-07 Thread Thomas Quinot
* Arnaud Charlet, 2008-08-07 : > > 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.

Re: s-oscons technique does not work for RTEMS

2008-08-07 Thread Arnaud Charlet
> 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

s-oscons technique does not work for RTEMS

2008-08-07 Thread Joel Sherrill
Hi, 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,