This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

XC800, IDATA not used

I'm running into the dreaded L107 (DATA space), so I checked all the .lst files and took a look at the largest one:

MODULE INFORMATION:   STATIC OVERLAYABLE
   CODE SIZE        =   3806    ----
   CONSTANT SIZE    =   ----    ----
   XDATA SIZE       =   ----    ----
   PDATA SIZE       =   ----    ----
   DATA SIZE        =   ----      89
   IDATA SIZE       =   ----    ----
   BIT SIZE         =      1       8
   EDATA SIZE       =   ----    ----
   HDATA SIZE       =   ----    ----
   XDATA CONST SIZE =   ----    ----
   FAR CONST SIZE   =   ----    ----
END OF MODULE INFORMATION.

What's extraordinary about this, is that all DATA variables summed up only come together to 30 bytes. There is however plenty of IDATA usage, which is apparently all accounted for as DATA usage.

I've tried moving some more variables from DATA to IDATA, leading the L107 to complain about just that much more DATA usage.

How do I make C51/LX51 acknowledge the existence of IDATA? As far as I can tell it should just work out of the box.

BTW, message preview claims I'm from the US, even though I selected Germany.

0