EDC4057E
Truncated duplicate #pragma mapped objects are detected.

Explanation

The prelinker has detected duplicate names which were longer than 8 characters in length but have been #pragma mapped and truncated; therefore, cannot be renamed by the prelinker. The duplicate names could have also been mapped for other reasons such as a CSECT compiler option or a #pragma csect statement.

Programmer response

Modify the duplicate names listed in the message to avoid the conflict.