• Error L104 Warning L16
    Can't debug this simple code! Please help! I am getting Error L104 and warning L16 #include<stdio.h> #include<at89x51.h> void main() { P2=0x00; while(1) { P2=0xFF; } }
  • Warning L15 and L16
    I am trying to compile a frequency hopping code . But when ever i try to compile it, i get an error when the project is linking. Errors i get are linking... *** WARNING L16: UNCALLED FUNCTION, IGNORED...
  • Strange warning L16 (LX51)
    Very simple code: #define LEVELS 8 unsigned int code table[LEVELS] = { 1, 8, 27, 64, 125, 216, 343, 512 }; unsigned int get_distance (void) { unsigned char ii; ii = 3; // return table[ii]; /...
  • Linker warning L16
    Hello, While building a project this message appears: *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?CO?AMPL_DRIVER I know that this warning indicates that there...
  • Regarding Warning L16: Ignore for Overlay process
    In one of my code, i faced the problem of Warning L16:Ignore for Overlay Process. In that code, when i run my program in actual harware, randomly my code go to the inital location and then hangs up...