• 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 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
    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 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 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...