• How to overcome with The UNCALLED SEGMENT Error.
    I am working with Kiel uv4 but i am getting 2 or more errors as UNCALLED SEGMENT. i.e. *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?_PRINT?SERIAL And that why my...
  • Uncalled Segment/DATA overflow
    Does anyone know how to avoid a data segment overflow caused by the local data for uncalled functions being permanently allocated? Better still to prevent such functions being included in the final output...
  • 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...
  • 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 ignored for overlay segment?c_initseg
    the program doesn't do what it should... first of all when i debug it doesn't enter main function when i compile linker gives 4 warnings *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY...