• *** WARNING L16: UNCALLED FUNCTION, IGNORED FOR OVERLAY PROCESS
    How to solve this warning? I tried many ways, and still have this warning. -------- DR232A.ASM module NAME DR232A ?PR?dr232a?DR232A SEGMENT CODE extrn code (Post_Cam_Prob) extrn code...
  • WARNING 16 (UNCALLED FUNCTION, IGNORED FOR OVERLAY Process
    I am calling function in ISR. But at the linking time it giving warning like WARNING 16 (UNCALLED FUNCTION, IGNORED FOR OVERLAY Process. Is there any solution to solve this problem. How can i tell to...
  • 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...
  • error: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS ????
    when i compile my file the following error message is generated: ------------------------------------- Build target 'Target 1' compiling robo.c... linking... *** WARNING L16: UNCALLED SEGMENT, IGNORED...
  • Uncalled Segment ,Ignored for Overlay Process error
    I got 0 errors and 3 warnings after compilation, the three warnings were of the same kind : Uncalled Segment ,Ignored for Overlay Process error. Is that something really serious or can i just ignore...