Re: Error out of variable data space

"Tom Collins tom-lnEA/wrDJtNWk0Htik3J/[email protected] [rabbit-semi]" <[email protected]> Mon, 18 Jul 2016 13:55:07 -0700
Newsgroups gmane.comp.hardware.rabbit-semiconductor
Message-ID <[email protected]>
As Gustavo mentioned, you can increase ROOT_SIZE_4K to 7 and gain some more space.  Also, make sure you have "Separate Instruction & Data Space" enabled in the compiler options.

You might want to check your MAP file to see what's taking up that root space.  Consider moving any large globals you have into "far" memory.  Dynamic C 10 is pretty good at working with far memory and not requiring you to copy things into root so you can use them.

-Tom


On Jul 17, 2016, at 8:16 PM, S Sutikno [email protected] [rabbit-semi] wrote:

> Dear All,
> 
> I'm use RCM6710 and DC10.72A also define MAX_FIRMWARE_BINSIZE=0x8000
> and ROOT_SIZE_4K=0x06.
> If i'm compile get error out of variable data space.
> Can anyone help me ?
> Thanks.
> Steve..
> 
>  
> 
>