[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GSOC:disable newlibc reentrancy
- Date: Thu, 08 May 2008 15:18:13 +0200
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: GSOC:disable newlibc reentrancy
On Thu, 2008-05-08 at 20:43 +0800, xu ray wrote:
> libc_global_reent structure will take 1kb SRAM. This relic is too big
> for a system with only a few k sram. Though the pointer to libc_reent
> is used in thread dispatch, it is not a must for thread dispatch.
What you are doing is abusing the RTEMS infrastructure for something
which isn't RTEMS, nor using the RTEMS toolchain.
Your are converting RTEMS into a bare metal skeleton and abusing the
RTEMS toolchains to build a bare-metal based minimal scheduler library.
Ralf