首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

请问"two or more data types in declaration specifiers"的解决方法

2012-02-28 
请教two or more data types in declaration specifiers的解决办法我在cygwin上用arm-wince-mingw32ce编

请教"two or more data types in declaration specifiers"的解决办法
我在cygwin上用arm-wince-mingw32ce编译器编译成功,但make的时候,出现下面的错误,不知道怎么回事?
/include/sys/types.h:41: error: two or more data types in declaration specifiers


[解决办法]
语法错,出现不一样的函数和结构定义:

I had the same problem and I got it resolved ... In my case I had a struct defined in a header file and the compiler pointed me to the struct definition.
I believe the same case with other I.E function or struct...Etc

If you have a debugger then you might have resolved by now... But I am sure that there is a syntax error such as a semi-colon in a file which is included before the error point. Please check other headers and source files for syntax error. I had a syntax error in a header file which I've included before the header which contained this struct definition. Good luck

[解决办法]
不会 友情帮顶

热点排行