• *** ERROR L107: ADDRESS SPACE OVERFLOW
    hi, please help me to move out of this problem.before the problem i have the following msg. Program Size: data=106.3 xdata=370 code=59759 with no error but when i added/called (as it already created...
  • ERROR L107: ADDRESS SPACE OVERFLOW
    Hallo, I have written in my experimental(!) code a global variable : int idata arr[60]; The stack is explicitly assigned to internal memory space (memory type : idata - 256 byte maximum). But I...
  • ERROR 107 : ADDRESS SPACE OVERFLOW
    Hello, I am trying to add a new feature in existing Product. When I added new *.c file & linker gave me above Error Message (Address space overflow ), though I did not used any IDATA variable in the...
  • ERROR 107 : ADDRESS SPACE OVERFLOW
    Hello, I am trying to add a new feature in existing Product. When I added new *.c file & linker gave me above Error Message (Address space overflow ), though I did not used any IDATA variable in the...
  • ERROR L107: ADDRESS SPACE OVERFLOW
    I'm hoping it is a simple configuration issue or something else I missed. I can compile my entire program successfully with only 2 warnings for uncalled segments; however if I comment out one line...