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.
请问我新建一个工程,系统自带一个ccsv5/tools/compiler/c2000-6.1.0/include的文件夹,里面全是头文件,而这些头文件都不是我想要的,请问它们的作用是什么,为什么CCS3中并没有出现?另外我在新建军的工程中自建一个include 文件夹,如何才能将我要的头文件加进去?请指点。
您好~!
ccsv5/tools/compiler/c2000-6.1.0/include 是编译器自带的头文件,是一些库的头文件定义,比如stdlib,stdio等等的。
添加头文件的话,只需要将头文件所在的目标加入到include搜索路径就可以了,如下图所示的。
另外,建议您参考TI的例程进行设置。
另外可以简单的学习一下CCS 5的使用http://processors.wiki.ti.com/index.php/Category:Code_Composer_Studio_v5