文档详情

C编译错误信息汇总.doc

发布:2017-12-09约7.97千字共8页下载文档
文本预览下载声明
编译错误信息 致命错误:内部编译出错,编译立即停止 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 ??二义性符号xxxx 4. 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 ???除0 31. Do statement must have while ???do语句必须有while 32. 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
显示全部
相似文档