This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SEGMENT LOCATED OUTSIDE CLASS AREA

Hi every body
I can't overcome the warning

*** WARNING L29: SEGMENT LOCATED OUTSIDE CLASS AREA
SEGMENT: ?XD?DCBCMAIN?0

Thank you very much.

Parents

  • Are you using the CLASSES control for the linker?

    Check your map file for the "ACTIVE MEMORY CLASSES" section. It will show you the physical addresses that your various memory classes have. The warning means that this particular segment isn't in the right physical address range for its memory class.

    Since the name of the segment is ?XD?*, I assume it's an XDATA segment.

Reply

  • Are you using the CLASSES control for the linker?

    Check your map file for the "ACTIVE MEMORY CLASSES" section. It will show you the physical addresses that your various memory classes have. The warning means that this particular segment isn't in the right physical address range for its memory class.

    Since the name of the segment is ?XD?*, I assume it's an XDATA segment.

Children
No data