C407007B

Explanation

The program called fetch() to load a module. The fetched executable is XPLINK, but does not have CEESTART as the entry point. This is not allowed.

Programmer response

Correct the application. An XPLINK C executable that is to be the target of fetch() must have CEESTART as the entry point and have the fetchable entry point defined by specifying the #pragma linkage(...,fetchable) directive in the source code.

Symbolic Feedback Code

JrEdcFtchFnoceefmain02