C编译错误信息汇总.doc
文本预览下载声明
编译错误信息致命错误:内部编译出错,编译立即停止1. Bad call of in-line function??内部函数调用不当2. Irreducible expression tree??不可约表达式树3. Register allocation failure??存储器分配失败一般错误:语法错误、磁盘或内存存取错误或命令错误等,达到预定个数,编译停止1. #operator not followed macro argument name??#运算符后无宏变量名2. xxxx not an argument??xxxx不是函数参数3. Ambiguous symbol xxxx??二义性符号xxxx4. Argument # missing name??参数#漏掉名5. Argument list syntax error??参数表语法错6. Array bounds missing ]??数组界限漏掉]7. Array size too large??数组尺寸太大8. Assembler statement too long??汇编语句太长9. Bad configuration file??配置文件不当10. Bad file name format in include directive???include指令中文件名格式不当11. Bad ifdef directive syntax???ifdef指令语法不当12. Bad ifndef directive syntax???ifndef指令语法不当13. Bad undef directive syntax???undef指令语法不当14. Bad file size syntax???文件尺寸语法不当15. Call of non-function???调用的不是函数16. Cannot modify a const object???不能修改常量对象17 Case outside of switch???case出现在switch外18. Case statement missing???case语句漏掉19. Case syntax error???case语法错20. Characte??constant too long???字符常量太长21. Compound statement missing }???复合语句漏掉}22. Conflicting type modifiers???类型修饰符冲突23. Constant expression required???要求常量表达式24. Could not find xxxx.xxx???找不到文件xxxx.xxx 25. Declaring missing ;???说明漏掉分号26. Declaration needs type or storage class???说明需要类型或存储类27. Declaration syntax error???说明语法错误28. Default outside of switch???default出现在switch外29. Default directive needs an identifier???default指令需要表识符30. Division by zero???除031. Do statement must have while???do语句必须有while32. Do-while statement missing (???do-while语句漏掉(33. Do-while statement missing )???do-while语句漏掉)34. Do-while statement missing ;???do-while语句漏掉分号35. Duplicate case???case重复36. Enum syntax error???enum语法错37. Enumeration constant syntax error???枚举常量语法错38. Error writing output file???写输出文件错40. Expression syntax???表达式语法错41. Extra parameter in call???调用参数多余42. Extra parameter in call to xxxx???调用函数xxxx时参数多余43. File name too long???文件名太长44. For statement mis
显示全部