• 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...
  • How to remove the warning 'Uncalled segment ?C_INITSEG' ?
    Hello to all, For my project, I use a my own asm file STARTUP.A51. After having linked all the files of the project, a warning message appears 'UNCALLED SEGMENT ?C_INITSEG'. Or I do not integrate...
  • UNCALLED SEGMENT ?CO?MAIN
    I am getting a link warning: Warning L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?CO?MAIN I know that normally means I have a subroutine which nobody calls that routine. But main...
  • UNCALLED SEGMENT ?CO?...
    Hi all, When the linker outputs: *** WARNING 16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?CO?SCHEDULE Does anyone know how to find out exactly what constant's causing it? Thank...