Invalid END-record entry point, offset must be zero
Explanation
The OBJ END record contains a request for a particular entry point in the program. This is not supported for ELF but it is quietly ignored if the section offset of the entry point is zero, to allow the same source code to be used on other platform.
System action
The item is discarded, and processing continues. No ELF object file is produced.
User response
Remove the entry point request from the END record.
Severity
8