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.
使用qms和cppi驱动,编译不通过:
是不是还缺少接库没添加?连接库设置如下:
谢谢回答,我找问题原因了,看了一下cppi驱动库的说明文档,里面提到了要添加一些cppi和qmss的OSAL函数实现,否则的话会有连接错误。
好像这个osal库没有文档里提到的那些函数,那几个函数的具体实现在example和test目录下的一个源文件里实现的,然后我把那个文件复制到工程里面,编译就通过了