我在做ucosii 在lpc2131上的移植 在编译的时候出现了如下的错误:
Error : C2285E: expected ')' or ',' - inserted ')' before 'ticks' Os_time.c line 36
Error : C2470E: function prototype formal 'INT16U' needs type or class - 'int' assumed Os_time.c line 36
Error : C2285E: expected ';' or ',' - inserted ';' before 'ticks' Os_time.c line 36
Error : C2225W: declaration lacks type/storage-class (assuming 'int'): 'ticks' Os_time.c line 36
Error : C2285E: expected ';' or ',' - inserted ';' before ')' Os_time.c line 36
Error : (Serious) C2322E: Expecting <declarator> or <type> but found ')' Os_time.c line 36
很多之类的编译错误,其他工程文件我是用光盘里的,ucosii源码我是用2.52版本的 仔细看了编译报错的源码,实在看不到什么错误,请哪位大哥帮忙看看,小弟不胜感激! |