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

L-force | PLC Designer
Compiler Errors and Warnings
DMS 3.2 EN 02/2011 TD29
581
3160
"Can't open library file '
A library
does not exist at the given path.
3161
"Library '
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 '
Type '
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 '
Type '
The .obj file contains a reference type, which is not resolvable by the code generator.
Please check-the settings of the C-Compiler.
3200
"
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
"
Internal jumps can not be resolved. Activate option "Use 16 bit jump offsets" in the
68k target settings.