Part Number:AM5728
RTOS Processor SDK 5.03
I can build and run these two examples:
ex02_messageq per SDK LINUX Software Developers Guide (SDG): 3.7.2 Build IPC Linux examples
GPIO_LedBlink_evmAM572x_c66xExampleProject per SDK RTOS SDG: 1.4.5.1.5. Steps to run example and/or unit test projects on C66x/A15 Target
However I am having problem with the next step of combining above two examples per instructions in SDK RTOS SDG 10.2.4.1.5. Adding IPC to an Existing TI-RTOS Application on slave cores.
I am getting the following linker error:
#10099-D program will not fit into available memory. run placement with alignment fails for section ".fardata" size 0x4001801 . Available memory ranges: linker.cmd /GPIO_LedBlink_evmAM572x_c66xExample_w_ipc/Debug/configPkg line 240 C/C++ Problem
Are there known corrections to be made in the 10.2.4.1.5 sections for successful build?
I have tried to build the "zipped" version referenced in the SDG - GPIO_LedBlink_evmAM572x_c66xExampleProject_with_ipc.zip.
This didn't get past the XDCtools build stage.