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
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