Technical Support

BL51: WARNING 19 (COMMON CODE SEGMENTS ...)


Information in this article applies to:

  • C51 Version 5.50

SYMPTOMS

When I link my program, I receive the following warning:

WARNING L19: COMMON CODE SEGMENTS LOCATED TO BANKED AREA

CAUSE

This message indicates that a common code segment was located in the banked area. The code is duplicated in each bank which might take up more code space.

RESOLUTION

You should try to locate this segment outside of the BANKAREA.

STATUS

This warning is not issued if you have given BANKAREA (0, 0FFFFH). In this case, the common code must be located in the banked area anyway.

You may disable this warning with the DISABLEWARNING directive.

MORE INFORMATION

SEE ALSO

Last Reviewed: Tuesday, July 19, 2005


Did this article provide the answer you needed?
 
Yes
No
Not Sure