[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sparc stack and heap
- Date: Tue, 25 Jul 2006 16:46:46 +0200
- From: aconchillo at ieec.fcr.es (Aleix Conchillo Flaqué)
- Subject: sparc stack and heap
Great. Thanks for the answer. I'll have a look at that, it seems the
cleanest way to do it.
Regards,
aleix
On 25 Jul 2006, at 16:11, Joel Sherrill wrote:
>
> The simplest think to do would be to edit the linkcmds and reserve
> an area after the BSS. If you
> move the "end" symbols to after your reserved block, then it will
> just be ignored by the BSP
> when it is carving memory.
>
> You could do this in an application specific linkcmds and add -
> qnolinkcmds -T myLinkcmds
> to the gcc command that links your application. It would avoid
> otherwise changing the
> BSP as installed by RTEMS.
>
> --joel