I am building IPC MessageQ samples using make files provided without any issues.
It would be really useful for me, if I am able to build the dsp binaries for IPC MessageQ sample code using CCS 6 on windows 7.
I found this link which talks about creating a CCS project with Syslink samples:
processors.wiki.ti.com/.../Creating_CCS_Project_for_SysLink_samples
I referred to this link and made some changes, although it is not exactly for IPC sample code.
But when I try to build, I am getting the following error:
error: ti.ipc.remoteproc.Resource: "C:/ti/ipc_3_35_01_07/packages/ti/ipc/remoteproc/Resource.xs", line 57: ti.ipc.remoteproc.Resource : IpcMemory.loadSegment not found
js: "C:/ti/ipc_3_35_01_07/packages/ti/ipc/remoteproc/Resource.xs", line 59: TypeError: Cannot read property "base" from null (C:/ti/ipc_3_35_01_07/packages/ti/ipc/remoteproc/Resource.xs#59)
gmake.exe: *** [package/cfg/rpmsg_transport_pe66.xdl] Error 1
js: "C:/ti/xdctools_3_30_01_25/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Did some one tried to build IPC MessageQ sample code as a CCS project before. Am I doing something wrong here?
Any ideas?