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