This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Several issues while building Codec application

Dear sir

while compiling a UNIVERSAL type application I have the following issues:

[1] While compiling the server although the process is completed successfuly (and .X64 file is generated) I receive the following message "undefined.createMemMapFile(): program = bin/servercom_x64P" - what is the issue ?

[2] While compiling the application only if I delete: SECTIONS {} from packages/gnu/targets/arm/linkcmd.xdt and INSERT BEFORE .gnu.attributes from the same file inorder to complete the process or else I receive the following issues:

If SECTIONS {} exsit it says "Linkher.cmd contains output sections; did you forget -T?" and also "ld: .gnu.attributes not found for insert" and as a result "collect2: ld returned 1 exit status"

Ofer