- 1、本文档共8页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
C编译错误信息汇总
编译错误信息致命错误:内部编译出错,编译立即停止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
文档评论(0)