Re: [Sdcc-user] Defining a Heap

2012-12-06 Thread Gregory Nutt
Thanks, Philipp, > > and uninitialized data storage.  The remainder of  the memory is then > > available to NuttX for its heap.  With GNU ld, I set-up a linker script > > to define a symbol that designates the end of RAM address.  ... Any > > better ideas anyone? > > The linker generates symbol

[Sdcc-user] Defining a Heap

2012-12-04 Thread Gregory Nutt
Hello, list, I have a project where I use SDCC for several architectures (this one:  http://www.nuttx.org).  It has been a little while since I have used SDCC and I a gearing up for a port to the P112 board (z180).  But I have a build problem and I would like to know if anyone in the group has