• Error message: ADDRESS SPACE OVERFLOW
    HI,all: When I link my *.obj ocdes, the error message : ADDRESS SPACE OVERFLOW and REFERENCE MADE TO ERRONEOUS EXTERNAL occur. How to deal with the problems? Thanks a lot.
  • 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 L107: Address Space Overflow
    Hello, I have been reading some of the replies to the address space overflow errors and I think I may have a unique problem. I have some source code that is part of a development board. We have...
  • ERROR L107: ADDRESS SPACE OVERFLOW
    I get the following linker error on trying to compile a program as simple as this: ----------------------------- #include <REG51.H> void main() { while(1) { P2 ^= 0xff; } } --------------------...
  • 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...