[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RES: RES: How to generate a raw C program with xxx-rtems-gcc?
- Date: Fri, 13 Jan 2006 09:49:05 +0100
- From: aconchillo at ieec.fcr.es (Aleix Conchillo Flaqué)
- Subject: RES: RES: How to generate a raw C program with xxx-rtems-gcc?
Hi Fabr?cio,
also remember that some standard functions, such as malloc family,
are not available (they do nothing) from the RTEMS toolchain but from
an RTEMS library. So, you'll have to implement your own functions.
Have a look at this file newlib-X.X.X/newlib/libc/sys/rtems/crt0.c.
Regards,
aleix
On 12 Jan 2006, at 19:11, Fabr?cio de Novaes Kucinskis wrote:
> Jiri,
>
>
> Thank you for the (quick!) answer.
>
> If there's no more non-RTEMS toolchain, I'll follow the Aleix's
> instructions
> to compile my raw-C test applications.
> Best regards,
>
> Fabr?cio.
>