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 symbols for section start, length and maybe end.
> E.g. for a section named INITIALIZER, we get l__INITIALIZER for the
> length and s__INITIALIZER for the start. The crt0.s provides an example
> use of these symbols in asm code.

That is exactly the bit of information I needed!

Greg

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to