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.1包含头文件出错的问题



            各位专家,我新建了一个空的工程,在其中包含了csl.h头文件,语句是“#include <cls.h>”,我在工程的属性-c6000 compiler的include options选项中添加了cls文件夹的路径,但build时始终报错“cannot open csl.h, unresolved inclutions”,我在cls文件夹下看了,cls.h是存在的,而且即便是我把语句改成完整的路径“#include <ti\texs instruments\pdk\...\cls.h>”也不行,我以前在别的工程中包含也没问题,难道是“texs instruments”中间不能有空格?我的CCS版本是5.1.0.08020,不知怎么回事