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.
请问如何将自己写的程序封装成lib文件,其他工程直接调用
跟编译工程文件类似,只不过将输出类型改为static library,其它都一样。
请参考
http://processors.wiki.ti.com/index.php/Creating_Library_for_MSP430_Project_using_CCS_v5
和新建CCS项目一样,新建一个项目在输出格式选择.lib就可以了,然后编译输出的就是.lib文件