case 0xee: P0=table[0];break;case 0xde: P0=table[1];break;case 0xbe: P0=table[2];break;case 0x7e: P0=table[3];break;...table后面跟(),编译器会以为table是个函数名,结果找不到,所以报错了。实际你定义的table是数组,使用数组中的元素时,要用中括号[]...
应该是 1(0x87)设置了多余的参量, 由于你的对TEMP判断 可以尝试下将case 1(0x87):改为 case 0x87: 这样编译是没有问题 但是烧到板子上以后程序是否能达到需要的结果就不是很清楚了
GHY.c文件中的第284行存在错误,你把别的什么东西当成函数调用了。
*ERROR 211:call not to a function 函数调用时没有函数的地址或未对指向函数的指针赋值 *ERROR 212:indirect call with parameter 由于参数传递方法的限制,通过指针的间接函数调用不能直接作为实参。这种参数传递方法 要求被调用的函数名已知,因为参数的写入要被写入调用函数的数据段。然而间接调用时函 数的的名字时...
*ERROR 211:call not to a function 函数调用时没有函数的地址或未对指向函数的指针赋值 *ERROR 212:indirect call with parameter 由于参数传递方法的限制,通过指针的间接函数调用不能直接作为实参。这种参数传递方法 要求被调用的函数名已知,因为参数的写入要被写入调用函数的数据段。然而间接调用时函 数的的名字时...
38、ction调用未定义的函数Calltofunctionwithnoprototype调用函数时没有函数的说明Cannotmodifyaconstobject不允许修改常量对象Caseoutsideofswitch漏掉了case语句CasesyntaxerrorCase语法错误Codehasnoeffect代码不可述不可能执行到Compoundstatementmissing分程序漏掉Conflictingtypemodifiers不明确的类型说明符Constantexpressionrequired...
24、 缺整型或实型常量 error 33:Pointer Type identifier expected 缺指针类型标识符 error 34:Invalid function 25、result type 无效的函数结果类型 error 35:Label identifier expected 26、60; 缺标号标识符 error 36:BEGIN expected 缺BEGI 27、N error 37:END expected 缺END error 38:Integer expression...
Call of non-function 调用未定义的函数 Call to function with no prototype 调用函数时没有函数的说明 Cannot modify a const object 不允许修改常量对象 Case outside of switch 漏掉了case 语句 Case syntax error Case 语法错误 Code has no effect 代码不可述不可能执行到 Compound statement missing{ 分程序...
Call of non-function 调用未定义的函数 Call to function with no prototype 调用函数时没有函数的说明 Cannot modify a const object 不允许修改常量对象Case outside of switch 漏掉了case 语句 Case syntax error Case 语法错误 Code has no effect 代码不可述不可能执行到Compound statement missing{ 分程序漏...
Call of non-function 调用未定义的函数 Call to function with no prototype 调用函数时没有函数的说明 Cannot modify a const object 不允许修改常量对象 Case outside of switch 漏掉了case 语句 Case syntax error Case 语法错误 Code has no effect 代码不可述不可能执行到Compound statement missing{ 分程序...