Discussion Forum

No Root Segment, no call tree..

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

DetailsMessage
Read-Only
Author
Viktor Kesler
Posted
24-Jul-2001 14:37 GMT
Toolset
C51
New! No Root Segment, no call tree..
I'm using an assembler startup file like the one given in the C manual.

When I compile and link the project I get a Warning 10, No Root segment.
Apart from this, the linker doesn't make an overlay map (call tree).

When I put comments before the segment declaration:

;?C_51STARTUP segment CODE
;RSEG ?C_51STARTUP

everything is OK.

I get no Warning #10 and the Overlay map is generated.

Why is this?

VIktor
Read-Only
Author
Jon Ward
Posted
27-Jul-2001 18:11 GMT
Toolset
C51
New! RE: No Root Segment, no call tree..
Sounds like your assembly program is calling stuff from the C library.

Jon

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