Description
An illegal relocation of an object is detected in the object file <Object> at address <Address>. The type of the object is given in <objType>.
Tips
Check the relocation at that address. The offset may be out of range for this relocation type. If not it may be caused by a corrupt object file.
Check if all objects are allocated in the correct area. Is the object correctly declared?
This error might occur if the zero paged variables are allocated out of the zero page.
Description
An illegal relocation of an object is detected in the object file <Object> at address <Address>. The type of the object is given in <objType>.
Tips
Check the relocation at that address. The offset may be out of range for this relocation type. If not it may be caused by a corrupt object file.
Check if all objects are allocated in the correct area. Is the object correctly declared?
This error might occur if the zero paged variables are allocated out of the zero page.