Re: Error out of variable data space

"S Sutikno [email protected] [rabbit-semi]" <[email protected]> Fri, 22 Jul 2016 12:45:37 +0700
Newsgroups gmane.comp.hardware.rabbit-semiconductor
Message-ID <CAPWahUfJJ1MJU7UKMMTGJ023r8ruU92wzEYOS6pLqwo1_tUtiQ@mail.gmail.com>
Thanks guys for your advice.
Stev

On Tue, Jul 19, 2016 at 3:55 AM, Tom Collins tom-lnEA/wrDJtNWk0Htik3J/[email protected] [rabbit-semi]
<[email protected]> wrote:

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