This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IPC 应用 notify模块

Other Parts Discussed in Thread: SYSBIOS

TI您好:

            我要通过IPC的notify模块实现core0与core1的核间通信,但是我创建的基于notify的IPC工程时,点击.cfg文件时报错:

Description Resource Path Location Type
xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.sdo.utils' along the path: 'C:/ti/ipc_3_41_00_08/packages/ti/sdo/utils/package;C:/ti/ccsv5/ccs_base;C:/Users/CJC/workspace_v5_1/IPC_notify/.config/;C:\ti\xdctools_3_23_05_61\packages;'. Ensure that the package path is set correctly. notify_multicore.cfg /IPC_notify Configuration Validation XDCTools Configuration Marker

总是出现这样的报错,我也把ti.sdo.utils添加到路径里了,希望得到您的帮助

  • 你是怎么创建的工程,有可能是cfg文件配置的有问题吧。可以使用ipc例程:ipc_3_41_00_08\examples

  • 您好,感谢您的回复,我写了个我创建工程的文档,我添加到了附件里了,我是按照文档创建的,我应该哪里出错或是工程设置出了问题,或是软件的问题,希望得到您的回复。

    还想就是我想搭建一个core0与core1通过IPC 的notify实现一个简单的通信,就是core0发出通知,core1接到通知,得到一些简单的输出,

    先搭一个简单的框架,希望得到您的建议,谢谢

    建工程的过程.docx
  •  我的问题解决了谢谢您。
    问题出在 sysbios、IPC、XDCtools在使用时三个版本不兼容。重新按照网址 http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html里推荐的三个文件包的组合同时跟新就可以了,并且建好工程后不需要任何其他的操作,就不会报错