This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 you,

Anh

Parents
  • Thanks guys,

    I don't have a subroutine schedule. What I do have is file schedule.c. I could go through schedule.c and remove any unreferenced constant and the warning would go away. Is there away the linker could just tell you what the constant is so that I wouldn't have to search though the source code?

    By the way, I am using uVision 1.32.

    Thanks,

    Anh

Reply
  • Thanks guys,

    I don't have a subroutine schedule. What I do have is file schedule.c. I could go through schedule.c and remove any unreferenced constant and the warning would go away. Is there away the linker could just tell you what the constant is so that I wouldn't have to search though the source code?

    By the way, I am using uVision 1.32.

    Thanks,

    Anh

Children