Kbaser, try to set the compiler option"disable reusing variable space". This should cure the problem with software stack (don't ask me why this option gives trouble).
Vasile On Thu, Oct 14, 2010 at 7:40 AM, kbaser <[email protected]> wrote: > Dear Jallib guys, > I'd like to share my problem with you. I have a JAL code to run in > 18F4620 and it uses : > Code :1522/65536 > Data:126/3840 > Hardware Stack : 5/31 > Software Stack :3714 > > And I want to compile&run it on a 16F887 where the capacity : > Code :xxx/8192 > Data:xxx/352 > Hardware Stack : xxx/8 > Software Stack :96 > where obviously Code,Data,HW stack and SW stack of the code is small > enough for a 16F887. > But it gives "out of data space" error and doesn't compile. > > Q.1 :Why it doesn't compile ? > Q.2 : Where are HW stack/SW stack/Data in 18F4620 Datasheet, it only > says there : > *Program Memory/Flash(bytes) : 64K > *Data Memory / SRAM(bytes) : 3968 (not 3840 as compiler says) > *Data Memory / EEPROM(bytes) : 1024 > > Thank you all in advance, > Best Regards, > kbaser > > > > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<jallib%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/jallib?hl=en. > > -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
