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.

openMP hello world 例程编译出错



Description :

XDC runtime error: ti.sdo.utils.MultiProc: no element named 'baseIdOfCluster'   

Resource :

helloworld.cfg

Path :

/HelloWorld_example 

Location :

Configuration Validation

Type:

XDCTools Configuration Marker

是设置的问题吗?

  • IPC构件中没有baseIdOfCluster,check一下你的cfg中使用到baseIdOfCluster的地方,是否有IPC模块的语法不符呢。

  • 我用的是例程,工程里面的cfg文件好像没什么错,而且报错指向的是OpenMP.xs文件,说该文件 line 233: XDC runtime error: ti.sdo.utils.MultiProc: no element named 'baseIdOfCluster',好像是说openMP.xs文件里面的ti.sdo.utils.MultiProc没有baseIdOfCluster这个元素。是不是我的设置或者xdc版本有问题?