Andy Green wrote:
> I've trawled the archives, but not found a conclusive answer to this.
> 
> We have some code which Keil can compile and run happily, without using
> much IRAM at all.
> When I build with SDCC, the IRAM is full - see .mem below.


I ran into an issue like this when having to many functions with local 
variables.  For non-reentrant functions, I just moved the variables to 
global xdata variables intead of local variables.  This freed up enough 
iData space.

-Dennis


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to