I am attempting to build IPC code in Code Composer and to be compatible with Syslink and I am instructed to include the following line in the app's .cfg file:
xdc.loadPackage ('ti.syslink.ipc.rtos'); I get the following error from CCS: xdc.PACKAGE_NOT_FOUND: C:\Program Files\Texas Instruments\syslink_02_00_00_56_alpha2\ti\syslink\ipc\rtos\package.xdc found along the package path, but no schema file was found. Ensure that the package 'ti.syslink.ipc.rtos' is completely built. notifyapp Notify_ti81xx_dsp.cfg line 59 1304526359649 63 This works when building using xdc on the command line. Is there a way to fix this? Lee Holeva