欢迎来到天天文库
浏览记录
ID:57586419
大小:57.50 KB
页数:20页
时间:2020-08-27
《C语言出错信息中英文对照表.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、C语言出错信息中英文对照表不明确的运算需要用括号括起致命错误信息Badcallofin-linefunction内部函数非法调用分析处理方法:在使用一个宏定义的内部函数时,没能正确调用。一个内部函数以两个下划线(_)开始和结束Irreducibleexpressiontree不可约表达式树分析处理方法:这种错误指的是文件中的表达式太复杂,使得代码生成程序无法为它生成代码。书写程序时这种表达式必须避免使用Registerallocationfailure寄存器分配失败分析处理方法:由于程序中频繁使用寄存器变量而导致交叉引用寄存器失败,属于编译器的系统错误一般错误信息#op
2、eratornotfollowedbymacoargumentname#运算符后没有根宏变元名"xxxxxx"notanargument“xxxxxx”不是函数参数Ambiguoussymbol’’xxx’’不明确的符号Argument#missingname参数#名丢失Argumentlistsyntaxerror参数表语法错误Arrayboundsmissing数组界限符“[”或“]”丢失Arraysizetoolarge数组太大Assemblerstatementtoolarge汇编语句太长Badconfigurationfile配置文件不正确Badcharact
3、erinparamenters参数中有不适当的字符Badfilenameformatinincludedirective包含命令中文件名格式不正确Badifdefdirectivesynatax编译预处理ifdef有语法错Badifndefdirectivesynatx编译预处理ifndef有语法错Badundefdirectivesyntax编译预处理undef有语法错Badfilesizesyntax位字段长语法错误Bitfieldtoolarge位字段太长Callofnon-function调用未定义的函数Calltofunctionwithnoprototype
4、调用函数时没有函数的说明Cannotmodifyaconstobject不允许修改常量对象Caseoutsideofswitchcase出现在switch之外Casestatementmissing漏掉了case语句CasesyntaxerrorCase语法错误Characterconstanttoolong字符常量太长Codehasnoeffect代码不可述不可能执行到Compoundstatementmissing{分程序漏掉"{"Conflictingtypemodifiers不明确的类型说明符Constantexpressionrequired要求常量表达式Co
5、nstantoutofrangeincomparison在比较中常量超出范围Conversionmaylosesignificantdigits转换时会丢失意义的数字Conversionofnearpointernotallowed不允许转换近指针Couldnotfindfile’’xxx’’找不到XXX文件Declarationmissing;说明缺少";"Declarationneedstypeorstorageclass说明必须给出类型或存储类Declarationsyntaxerror说明中出现语法错误DefaultoutsideofswitchDefault出
6、现在switch语句之外Definedirectiveneedsanidentifier定义编译预处理需要标识符Divisionbyzero用零作除数DostatementmusthavewhileDo-while语句中缺少while关键字Dowhilestatementmissing(dowhile语句中漏掉了"("Dowhilestatementmissing;dowhile语句中漏了";"DuplicateCasecase情况不唯一Enumsyntaxerrorenum(枚举类型)语法错误Enumerationconstantsyntaxerror枚举常量语法错误
7、ErrorDirective:xxxx错误指令:xxxxErrorWritingoutputfile写输出文件错误Exprssionsyntaxerror表达式语法错误Extraparameterincall调用时出现多余参数Extraparameterincalltoxxxxxx调用xxxxxx时出现多余参数Filenametoolong文件名太长Forstatementmissing)for语句缺少")"Forstatementmissing(for语句缺少"("Forstatementmissing;for语句缺少";"Functi
此文档下载收益归作者所有