• 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
  • how to overcome to data segment too large problem
    respected sir /mam, iam working with KEIL VISION2 & I am not understand why it show the error data segment too large after running the program.how i overcome to this problem please explain clearly.i...
  • 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?...
    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...