[ERROR]
The HLI assembler assumes every unknown symbol to be a label. But if this symbol/label is not defined, this message will occur.
asm lda xyz; // error
Check if this label exists or if there is a misspelling. If it is a C/C++ object, check if there is a declaration of it.