I'm trying to build a c674 sysbios program which I can control from an arm-linux syslink program (OMAPL138), but CCSv5.2 doesn't recognize the syslink_2_10_06_28 install as an RTSC product. Thus I get "xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.syslink.ipc.rtos' along the path..." when I add xdc.useModule('ti.syslink.ipc.rtos.Syslink'); to the .cfg The syslink install is in the same parent as all the other TI products which are found without problem. Also note that the syslink build succeeded and at least a few of the examples were able to run.
Thanks