User Guide
Software Crestron SIMPL+
®
286 z SIMPL+
®
Language Reference Guide - DOC. 5797G
Compiler Errors and Warnings
Compiler Errors and Warnings Overview
The SIMPL+ program compiler errors and warnings are grouped into several
categories, as shown in the following table. Errors are listed in numerical order; page
links are provided to detailed descriptions of the errors.
Compiler Errors and Warnings
CATEGORY NUMBER MESSAGE TEXT PAGE
Syntax Errors 1000 '<identifier>' already defined page 289
1001 Undefined variable: ‘<identifier>’
Undefined function ‘<identifier>’
page 290
1002 Missing '<token>' page 292
1003 Incorrect type '<decl_type>', expected type(s): '<decl_type1[,decl_type2]
[,decl_typen]>'
Incorrect type, expected type(s): '<decl_type1[,decl_type2][,decl_typen]>'
page 293
1004 Unmatched symbol: '<identifier>' page 293
1005 Unexpected symbol in compiler directive: '<identifier>' page 294
1006 Invalid #DEFINE_CONSTANT value: '<identifier>' page 294
1007 Missing array index: '<identifier>' page 295
1008 Invalid integer argument or undefined variable: '<identifier>' page 296
1009 Missing structure member: '<identifier>'
Structure does not contain member: '<identifier>'
page 297
1010 Symbol Name contains illegal character: ';' page 298
1011 Missing return value page 298
1012 Unterminated string constant page 299
1013 Source code does not evaluate to anything page 299
Fatal Errors 1100 Statement outside of function scope page 300
1101 Abort - Error count exceeded <max_errors> page 301
Expression
Errors
1200 Invalid numeric expression: '<expression>'
Invalid string expression
Invalid expression: '<expression>'
page 301
1201 Invalid \\x sequence
Invalid \\x sequence: '<expression>'
page 303