在编译程序时总是提示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这个文件里面的定义语句。
Chris Meng:
你好,
提示的错误是定义重复,请在你的代码搜索一下是否有相关的重复定义。