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.

ccs6.0 am437x 如何调用自己生成的库文件



新建库文件工程,添加自己编写的.c文件(单独测试没有问题) 编译后生成.a 再新建一个工程 添加库文件路径 以及 头文件调用新生成的库文件中的一个函数,显示无法找到库文件

麻烦问下我该如何实现库文件的调用?