I'm implementing IPC code to communicate between the A3 core running Linux and a R5 core with no RTOS. I've copied the code samples on file:///C:/TI/mcu_plus_sdk_am64x_08_01_00_36/docs/api_guide_am64x/DRIVERS_IPC_RPMESSAGE_PAGE.html, to use as a guide, as well as using the SysCfg tool.
Everything builds correctly, but I recieve the following warning:
#10247-D creating output section ".resource_table" without a SECTIONS specification fdic C/C++ Problem
I've seen references to this problem when dealing with the PRU, but that doesn't appear to apply here. My linker.cmd file appears to match the file in the sdk example, except for a couple of address differences.
Any suggestions would be appreciated. Thanks.
Lee Thalblum