L1106: <Object Name> not found
[ERROR]
Description
An object referenced in the PRM file or in the application is not found anywhere in the application. This message is generated in following cases:
An object moved to another section in the OBJECT_ALLOCATION block is not found anywhere in the application (WARNING).
An object placed at an absolute address in the OBJECT_ALLOCATION block is not found anywhere in the application (ERROR).
An object specified in a VECTOR or VECTOR ADDRESS command is not found anywhere in the application (ERROR).
No startup structure detected in the application (WARNING).
An object (function or variable) referenced in another object is not found in the application (ERROR).
An object (function or variable) specified in the ENTRIES block is not found in the application (ERROR).
从以上飞思卡尔官方给出的错误解释我们可以推出,
An object specified in a VECTOR or VECTOR ADDRESS command is not found anywhere in the application (ERROR).