 | LX51 User's Guide |  |
|
|
| Warning L11| Summary | *** Warning L11
Cannot Find Segment or Function Name
Name: symbol-name
| | Description | The linker could not locate a segment or function in the program matching the symbol-name specified by the OVERLAY directive. | | Cause | There are several reasons why the linker may not find the specified symbol-name: - The name was misspelled.
- The name does not exist in the project.
- The name of the function or segment has changed.
- The function or segment was excluded from the program by conditional compilation/assembly.
| | Resolution | Remove the segment or function from the OVERLAY directive specification or, if the segment or function name was misspelled, correct the spelling. You may refer to the linker map file to determine the correct name of all segments included in the linkage. |
|
|