• *** 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...
  • Getting *** WARNING L16: UNCALLED FUNCTION, IGNORED FOR OVERLAY PROCESS
    I'm working on uVision3 on a Cypress NX2LP-Flex board, and I'm getting the above message when I call a few, but not all of the I2C functions from the EZUSB library. For example when I just call EZUSB_InitI2C...
  • 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...
  • 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...