Discussion Forum

uncalled segment ignored for overlay segment?c_initseg

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
John Chirac
Posted
21-May-2007 14:10 GMT
Toolset
C51
New! 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

Read-Only
Author
Andy Neil
Posted
21-May-2007 14:17 GMT
Toolset
C51
New! RE: uncalled segment ignored for overlay segment?c_initseg

http://www.keil.com/support/docs/2011.htm

Read-Only
Author
Rahib K
Posted
21-May-2007 14:22 GMT
Toolset
C51
New! RE: uncalled segment ignored for overlay segment?c_initseg

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

Next Thread | Thread List | Previous Thread Start a Thread | Settings