[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

disable newlib



On Mon, 2008-08-18 at 14:46 +0100, Manuel Coutinho wrote:
> Hi 
> 
>  
> 
> Just a quick question:
> 
> How can we disable newlib (I mean, undefine RTEMS_NEWLIB)? Can this be
> done in the configuration phase?
You can't do this at all. RTEMS for embedded targets is based on newlib
and is not usable without it.

The only reason why the RTEMS_NEWLIB define exists, it to destinguish
rtems-newlib-based toolchains from the RTEMS unix/posix port (RTEMS
emulation on Unix/POSIX systems).

Ralf