• uncalled functions
    Hi, I am using C51 version 1x (or 5x). I have some uncalled functions and it seems like they are included in the final binary. Does any one know how to make the linker not include the uncalled funtions...
  • 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...
  • 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...
  • C51 : 8051 Crash Handler
    Hi guys, I have a product based on an AT89C51 form Atmel and a lot of code on board (GSM Modem connection, I/O, CAN Interfaces etc). 99.99% of the time it is all fine and works reliably BUT very...