Keil™, An ARM® Company

Technical Support

LX51: WARNING L34 (PROJECT DOES NOT INCLUDE LP51BANK MODULE)


Information in this article applies to:

  • C51 Version 7.10

SYMPTOM

When linking programs with the LX51 Linker version 3.63, the following error message may appear:

*** WARNING L34: PROJECT DOES NOT INCLUDE LP51BANK MODULE

CAUSE

This error is generated in respose to a linker classes directive which locates a class that does not exist. For example, if you add the following class definition to the linker command line:

LX51 ... CLASSES(CODE_TEST(C:0x8000))

the linker incorrectly responds with this error message.

RESOLUTION

It is safe to ignore this warning in most cases. However, it is probably best to remove the superfluous class definition from the CLASSES directive.

MORE INFORMATION

  • Refer to CLASSES in the LX51 User's Guide.

SEE ALSO

Last Reviewed: Thursday, August 17, 2006


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