• c_initseg
    What would cause a linker warning that says uncalled segment c_initseg?
  • Error in generation of C_INITSEG
    Hello! We experience a strange problem with XDATA initialization - part of global variables are not initialized. After digging deeper in the problem we found that C_INITSEG segment is corrupted in...
  • Locating ?C_INITSEG at end of code
    I am using the NOSORTSIZE directive with BL51 and I have a need to locate the initialization segment ?C_INITSEG after all of my other code segments. I have noticed that when the NOSORTSIZE directive...
  • How to remove the warning 'Uncalled segment ?C_INITSEG' ?
    Hello to all, For my project, I use a my own asm file STARTUP.A51. After having linked all the files of the project, a warning message appears 'UNCALLED SEGMENT ?C_INITSEG'. Or I do not integrate...
  • 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...