您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 质量控制/管理 > C程序调试常见错误提示信息对照表
C程序调试常见错误提示信息对照表英文提示中文解释Ambiguousoperatorsneedparentheses不明确的运算需要用括号括起Ambiguoussymbol“xxx”不明确的符号Argumentlistsyntaxerror参数表语法错误Arrayboundsmissing丢失数组界限符Arraysizetoolarge数组尺寸太大Badcharacterinparameters参数中有不适当的字符Badfilenameformatinincludedirective包含命令中文件名格式不正确Badifdefdirectivesyntax编译预处理ifdef有语法错Bitfieldtoolarge位字段太长Callofnon-function调用未定义的函数Calltofunctionwithnoprototype调用函数时没有函数的说明Cannotmodifyaconstobject不允许修改常量对象Caseoutsideofswitch漏掉了case语句Casesyntaxerrorcase语法错误Codehasnoeffect代码不可述不可能执行到Compoundstatementmissing{分程序漏掉“{”Conflictingtypemodifiers不明确的类型说明Constantexpressionrequired要求常量表达式Constantoutofrangeincomparison在比较中常量超出范围Conversionmaylosesignificantdigits转换时会丢失意义的数字Conversionofnearpointernotallowed不允许转换近指针Couldnotfindfile“xxx”找不到XXX文件Declarationmissing;说明缺少“;”Declarationsyntaxerror说明中出现语法错误DefaultoutsideofswitchDefault出现在switch语句之外Definedirectiveneedsanidentifier定义编译预处理需要标识符Divisionbyzero用零作除数DostatementmusthavewhilesDo-while语句缺少while部分Enumsyntaxerror枚举类型语法错误Enumerationconstantsyntaxerror枚举常数语法错误Errordirective:xxx错误的编译预处理命令Errorwritingoutputfile写输出文件错误Expressionsyntaxerror表达式语法错误Filenametoolong文件名太长Functioncallmissing}函数调用缺少右括号Functiondefinitionoutofplace函数定义位置错误Functionshouldreturnavalue函数必须返回一个值GotostatementmissinglabelGoto语句没有标号Hexadecimaloctalconstanttoolarge16进制或8进制常数太大Illegalcharacter“X”非法字符XIllegaloctaldigit非法的8进制数字Illegalpointersubtraction非法的指针相减Illegalstructureoperation非法的结构体操作Illegaluseoffloatingpoint非法的浮点运算Illegaluseofpointer指针使用非法Improperuseofatypedefsymbol类型定义符号使用不恰当In-lineassemblynotallowed不允许使用行间汇编Incompatiblestorageclass存储类别不相容Incompatibletypeconversion不相容的类型转换Incorrectnumberformat错误的数据格式IncorrectuseofdefaultDefault使用不当Invalidindirection无效的间接运算Invalidpointeraddition指针相加无效Irreducibleexpressiontree无法执行的表达式运算Lvaluerequired需要逻辑值0或非0值MacroargumentSyntaxerror宏参数语法错误Macroexpansiontoolong宏的扩展以后太长Mismatchednumberofparametersindefinition定义中参数个数不匹配Misplacedbreak此处不应出现break语句Misplacedcontinue此处不应出现continue语句Misplaceddecimalpoint此处不应出现小数点Misplacedelifdirective不应编译预处理elifMisplacedelse此处不应出现elseMisplacedelsedirective此处不应出现编译预处理elseMisplacedendifdirective此处不应出现编译预处理endifMustbeaddressable必须是可以编址的Musttakeaddressofmemorylocation必须存储定位的地址Nodeclarationforfunction'xxx'没有函数xxx的说明Nostack缺少堆栈Notypeinformation没有类型信息Non-portablepointerassignment不可移动的指针(地址常数)赋值Non-portablepointercomparison不可移动的指针(地址常数)比较Non-portablepointerconversion不可移动的指针(地址常数)转换Notavalidexpressionformattype不合法的表达式格式Notanallowedtype不允许使用的类型Numericconstanttoolarge数值常太大Outofmemory内存不够用Parameter'xxx'isneverused能数xxx没有用到Pointerrequiredonleftsideof-符号-的左边必须是指针Possibleuseof'xxx'beforedefinition在定义之前就使用了xxx(警告)Possiblyincorrectassignment赋值可能不正确Redeclarationof'xxx'重复定义了xxxRedefinitionof'xxx'isnotidenticalxxx的两次定义不一致Registerallocationfailure寄存器定址失败Repeatcountneedsanlvalue重复计数需要逻辑值Sizeofstructureorarraynotknown结构体或数给大小不确定Statementmissing;语句后缺少;Structureorunionsyntaxerror结构体或联合体语法错误Structuresizetoolarge结构体尺寸太大Subscriptingmissing]下标缺少右方括号Superfluous&withfunctionorarray函数或数组中有多余的&Suspiciouspointerconversion可疑的指针转换Symbollimitexceeded符号超限Toofewparametersincall函数调用时的实参少于函数的参数不ToomanydefaultcasesDefault太多(switch语句中一个)Toomanyerrororwarningmessages错误或警告信息太多Toomanytypeindeclaration说明中类型太多Toomuchautomemoryinfunction函数用到的局部存储太多Toomuchglobaldatadefinedinfile文件中全局数据太多Twoconsecutivedots两个连续的句点Typemismatchinparameterxxx参数xxx类型不匹配Typemismatchinredeclarationof'xxx'xxx重定义的类型不匹配Unabletocreateoutputfile'xxx'无法建立输出文件xxxUnabletoopenincludefile'xxx'无法打开被包含的文件xxxUnabletoopeninputfile'xxx'无法打开输入文件xxxUndefinedlabel'xxx'没有定义的标号xxxUndefinedstructure'xxx'没有定义的结构xxxUndefinedsymbol'xxx'没有定义的符号xxxUnexpectedendoffileincommentstartedonlinexxx从xxx行开始的注解尚未结束文件不能结束Unexpectedendoffileinconditionalstartedonlinexxx从xxx开始的条件语句尚未结束文件不能结束Unknownassembleinstruction未知的汇编结构Unknownoption未知的操作Unknownpreprocessordirective:'xxx'不认识的预处理命令xxxUnreachablecode无路可达的代码Unterminatedstringorcharacterconstant字符串缺少引号Userbreak用户强行中断了程序VoidfunctionsmaynotreturnavalueVoid类型的函数不应有返回值Wrongnumberofarguments调用函数的参数数目错'xxx'notanargumentxxx不是参数'xxx'notpartofstructurexxx不是结构体的一部分xxxstatementmissing(xxx语句缺少左括号xxxstatementmissing)xxx语句缺少右括号xxxstatementmissing;xxx缺少分号xxx'declaredbutneverused说明了xxx但没有使用xxx'isassignedavaluewhichisneverused给xxx赋了值但未用过Zerolengthstructure结构体的长度为零
本文标题:C程序调试常见错误提示信息对照表
链接地址:https://www.777doc.com/doc-2908654 .html