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菜单Project --> New)时有选项,默认是输出.out可执行文件,可以通过下拉菜单选择更改为.lib,其它完全相同,正常编译就得到.lib文件了。封装成库的.lib文件是不能打开并查看的,用户需要自己定义接口供其它文件调用。