• L30 ERROR:MEMORY SPACE OVERLAP
    Hi, Could you help me please. Do you know how this offset is written without using "_at_" keywords. this developpment compiled and run properly on an older compiler (CC51).It is using 2 bank register...
  • WARNING L5: CODE SPACE MEMORY OVERLAP
    Hi, I have 2 sections of code, each uses many of the others files. One compiles/assembles, the other does not do so without frightening warnings. I feel that I must resolve these warnings. I have Read...
  • WARNING L6: XDATA SPACE MEMORY OVERLAP
    If I wish to declare an absolute variable using _at_, and I wish to declare it in a header file so that it is available to more than one module, I keep getting the SPACE OVERLAP message. How can I solve...
  • WARNING L5: CODE SPACE MEMORY OVERLAP
    I have an asm file that generates a “WARNING L5: CODE SPACE MEMORY OVERLAP” message. If I add the following line at the top of the code it compiles OK: CSEG at 0x4000 But I want the linker...
  • WARNING L5: CODE SPACE MEMORY OVERLAP
    Hello I'm a student and I have a full version uvision2. I have the following linker warning. *** WARNING L5: CODE SPACE MEMORY OVERLAP FROM: 0000H TO: 0418H Program Size: data=182.0 xdata...