|
| Warning L5| Summary | *** Warning L5
Code Space Memory Overlap
From: address
To: address
| | Description | This warning indicates that the specified code address range is occupied by more than one segment. | | Cause | This is usually the result of absolutely locating multiple functions at the same physical address or specifying multiple interrupt routines at the same interrupt vector. | | Resolution | Refer to the linker map file to determine the source of the overlapping segments. Simply search for OVERLAP in the link map section of the map file. |
Related Knowledgebase Articles |
|