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 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 PROCESS SEGMENT: ?C_INITSEG
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?_MAIN?RAMSES
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?_INIT_MEMPOOL?INIT_MEM
*** WARNING L10: CANNOT DETERMINE ROOT SEGMENT
Program Size: data=28.6 xdata=8366 code=30287

i have a main function but no init_mempool or init_mem file

Parents
  • sir mister chirac

    warnings l16 not be good but not problem in bad code

    is functions notting be call be called called by you!

    warning l10 is bad and is means you not say where is start

    must fix is code start in code memooory start for options you be thinking

Reply
  • sir mister chirac

    warnings l16 not be good but not problem in bad code

    is functions notting be call be called called by you!

    warning l10 is bad and is means you not say where is start

    must fix is code start in code memooory start for options you be thinking

Children
No data