• 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...
  • 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...
  • 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/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?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...