L-force | plc designer – Lenze PLC Designer PLC Designer (R2-x) User Manual

Page 583

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings



DMS 3.2 EN 02/2011 TD29

581

3160

"Can't open library file '<name>'."

A library <name> is included in the library manager for this project, but the library file
does not exist at the given path.

3161

"Library '<name>' contains no codesegment"

A .obj file of a library at least must contain one C function. Insert a dummy function in
the .obj file, which is not defined in the .lib file.

3162

"Could not resolve reference in Library '<name>'(Symbol '<name>', Class '<name>',

Type '<name>')"

The .obj file contains a not resolvable reference to another symbol. Please check-the
settings of the C-Compiler.

3163

"Unknown reference type in Library '<name>' (Symbol '<name>' , Class '<name>' ,
Type '<name>')"

The .obj file contains a reference type, which is not resolvable by the code generator.
Please check-the settings of the C-Compiler.

3200

"<name>: Boolean expression to complex"

The temporary memory of the target system is insufficient for the size of the

expression. Divide up the expression into several partial expressions thereby using
assignments to intermediate variables.

3201

"<name> (<network>): A network must not result in more than 512 bytes of code"

Internal jumps can not be resolved. Activate option "Use 16 bit jump offsets" in the
68k target settings.

Advertising