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.

CCS3.3 调试DM6437程序出现的问题。

Other Parts Discussed in Thread: CCSTUDIO

在编译程序时总是提示tistdtypes.h中error,详细如下:"C:/CCStudio_v3.3/C6000/csl/include/tistdtypes.h",line 61: error: duplicate specifier in declaration                                                                             C:/CCStudio_v3.3/C6000/csl/include/tistdtypes.h",line 61: error: invalid combination of type specifiers

61行的程序为:typedef unsigned int Uint32;

以上是其中一处的提示,后面还有类似的很多句同样的错误;都是指示C:/CCStudio_v3.3/C6000/csl/include/tistdtypes.h这个文件里面的定义语句。