|
| Warning L9| Summary | *** Warning L9
Empty Absolute Segment
Module: filename (module-name)
| | Description | The specified module contains an empty absolute segment. This segment is not located and may be overlapped with another segment without any additional message. | | Resolution | The linker map file contains a list of segments. Remove the segment with the lenght 0 from your source files. Most likely this segment is defined in an assembly module. |
|
|