• 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...
  • about error L107: address overflow
    Now I compile my program and counter one error.which is: ERROR L107:ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT:_DATA_GROUP_ LENGTH: 006EH I can compile it if I select the memory model of compact...
  • ERROR L107: ADDRESS SPACE OVERFLOW
    *** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT: _DATA_GROUP_ LENGTH: 0034H Program Size: data=123.6 xdata=0 code=3993 I don't know which line the error lies and can't undertand it...
  • 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
    Hi, We are developing firmware for Cypress EZUSB processor. At beginning, our program only had 1 source C file and it worked fine. Now we have 2 source C file which share 2 common header files, and...