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