• 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 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...
  • How to minimize UNCALLED SEGMENT error
    I am working with Kiel but i am getting more errors as uncalled segment please can anybody tell me the way of removing those errors.... other then removing/commenting that particular segment
  • Uncalled segment due to external variable?
    I know you have many discussions about warning L16 but I couldn't find one that would match with my problem below. I got a warning L16: uncalled segment - SEGMENT: ?PR?API_module2?MODULE2 which my...