CCS的项目调用库函数,已经添加了头文件,但是编译的出现unresolved symbols remain。
查了一些资料说是库没包含进去,但我不清楚该函数对应的库有哪些。
具体的情况是使用platform_get_coreid()出现:unresolved symbols remain platform_get_coreid。
希望高手指点。
怎么知道函数调用对应的库
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.
CCS的项目调用库函数,已经添加了头文件,但是编译的出现unresolved symbols remain。
查了一些资料说是库没包含进去,但我不清楚该函数对应的库有哪些。
具体的情况是使用platform_get_coreid()出现:unresolved symbols remain platform_get_coreid。
希望高手指点。
怎么知道函数调用对应的库