2022年TC常见错误 .pdf

上传人:Che****ry 文档编号:34267163 上传时间:2022-08-15 格式:PDF 页数:7 大小:49.26KB
返回 下载 相关 举报
2022年TC常见错误 .pdf_第1页
第1页 / 共7页
2022年TC常见错误 .pdf_第2页
第2页 / 共7页
点击查看更多>>
资源描述

《2022年TC常见错误 .pdf》由会员分享,可在线阅读,更多相关《2022年TC常见错误 .pdf(7页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、tc 常见错误Ambiguous operators need parentheses 不明确的运算 ,需要用括号括起来Ambiguous symbol xxx 不明确的符号Argument list syntax error 参数表语法错误Array bounds missing 丢失数组界限符Array size too large 数组尺寸太大Bad character in parameters 参数中有不适当的字符Bad file name format in include directive 包含命令中文件名格式不正确Bad ifdef directive syntax 编译预处

2、理 ifdef 有语法错误Bad ifndef directive syntax 编译预处理 ifndef 有语法错误Bad undef directive syntax 编译预处理 undef 有语法错误Call of non-function 调用未定义的函数Call to function with no prototype 调用函数时没有函数的说明Cannot modify a const object 不允许修改常量对象Case outside of switch Case 出现在switch 之外Case statement missing 漏掉了 Case 语句Case synt

3、ax error Case 语法错误Case outside of switch Case 出现在switch 之外Case statement missing 漏掉了 Case 语句Case syntax error Case 语法错误Code has no effect 代码不可能执行到Compound statement missing 复合语句漏掉了 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 7 页 - - - - - - - - - Conflicting

4、 type modifiers 不明确的类型说明符Constant expression required 要求常量表达式Constant out of range in comparison 在比较中常量超出范围Conversion may lose significant digits 转换时会掉失有意义的数字Conversion of near pointer not allowed 不允许转换返指针Could not find file xxx 找不到 xxx 文件Declaration missing ; 说明缺少分号 ; Declaration syntax error 说明中出现

5、语法错误Default outside of switch default 出现在 switch 语句之外Define directive needs an identifier 定义编译预处理需要标识符Division by zero 用零作除数Do statement must have while do-while 语句中缺少 while 部分Enum syntax error 枚举类型语法错误Enumeration constant syntax error 枚举常数语法错误Error directive: xxx 错误的编译预处理命令Error writing output file

6、 写输出文件错误Expression syntax error 表达式语法错误Extra parameter in call 调用时出现多余错误File name too long 文件名太长Function call missing ) 函数调用缺少右括号Function definition out of place 函数定义位置错误Function should return a value 函数返回一个值名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 7 页 -

7、- - - - - - - - Goto statement missing label goto 语句没有标号Hexadecimal or octal constant too large 16 进制或 8 进制常数太大Illegal character x 非法字 x Illegal initialization 非法的初始化Illegal octal digit 非法的 8 进制数字Illegal pointer subtraction 非法的指针相减Illegal structure operation 非法的结构体操作Illegal use of pointer 指针使用非法Impr

8、oper use of a typedef symbol 类型符号定义使用不恰当In-line assembly not allowed 不允许使用行间汇编Incompatible storage class 存储类别不相容Incompatible type conversion 不相容的类型转换Incorrect number format 错误的数据格式Incorrect use of default default 使用不正确Invalid indirection 无效的间接运算Invalid pointer addition 指针相加无效Irreducible expression t

9、ree 无法执行的表达式运算Lvalur required 需要逻辑值 (0 或非 0 值) Macro argument syntax error 宏参数语法错误Macro expansion too long 宏的扩展以后太长Mismatched number of parameters in definition 定义中参数个数不匹配名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 7 页 - - - - - - - - - Misplaced break 此处不应出

10、现 break语句Misplaced continue 此处不应出现 continue 语句Misplaced decimal point 此处不应出现小数点Misplaced elif directive 此处不应出现编译预处理elif Misplaced else 此处不应出现 else Misplaced else directive 此处不应出现编译预处理else Misplaced endif directive 此处不应出现编译预处理endif Must be addressable 必须是可以编址的Must take address of memory location 必须存储

11、定位的地址No declaration for function xxx 没有函数xxx 的说明No stack 缺少堆栈No type information 没有类型信息Non-portable pointer assignment 不可移动的指针 (地址常数 )赋值Non-portable pointer comparison 不可移动的指针 (地址常数 )比较Non-portable pointer conversion 不可移动的指针 (地址常数 )转换Not a valid expression format type 不合法的表达式格式Not an allowed type 不允

12、许使用的类型Numeric constant too large 数值常数太大Out of memory 内存不够用Parameter xxx is never used 参数 xxx 没有用到Pointer required on left side of - - 符号的左边必须是指针Possible use of xxx before definition 在定义之前就使用了xxx(警告) 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 7 页 - - - - - -

13、 - - - Possibly incorrect assignment 赋值可能不正确Redefinition of xxx is not identical xxx 的两次定义不一致Register allocation failure 寄存器定址失败Repeat count needs an lvalue 重复计数需要逻辑值Size of structure or array not known 结构体或数组的大小不确定Statement missing ; 语句后缺少 ; Structure or union syntax error 结构体或联合体语法错误Structure size

14、 too large 结构体的尺寸太大Subscripting missing 下标缺少右方括号Superfluous &with function or array 函数或数组中有多余的 & Suspicious pointer conversion 可疑的指针转换Symbol limit exceeded 符号超限Too few parameters in call 函数调用时的实参少于函数的参数Too many error or warning messages 错误或警告信息太多Too much auto memory in function 函数中用到的局部存储太多Too much

15、global data defined in file 文件中全局数据太多Too consecutive dots 两个连续的句点Type mismatch in parameter xxx 参数 xxx 类型不匹配Type mismatch in redeclaration of xxx xxx 重定义时的类型不匹配Unable to create output file xxx 无法建立输出文件xxx Unable to open include file xxx 无法打开被包容的文件xxx Bit field too large 位字段太长名师资料总结 - - -精品资料欢迎下载 - -

16、 - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 7 页 - - - - - - - - - Unable to open input file xxx 无法打开输入文件xxx Undefined label xxx 没有定义的标号xxx Undefined structure xxx 没有定义的结构xxx Undefined symbol xxx 没有定义的符号xxx Unexpected end of file in comment started on line xxx 从 xxx 行开始的注解尚未结束,文件不能结

17、束Unexpected end of file in conditional started on line xxx 从 xxx 行开始的条件语句尚未结束,文件不能结束Unknown assembler instruction 未知的汇编结构Unknown option 未知的操作Unknown preprocessor directive: xxx 不认识的预处理命令xxx Unreachable code 无法到达的代码Unterminated string or character constant 字符串缺少引号User break 用户强行中断了程序Void functions ma

18、y not return a value void 类型的函数不应有返回值Wrong number off arguments 调用函数时参数数目错xxx not an argument xxx 不是参数xxx not part of structure xxx 不是结构体的一部分xxx statement missing ( xxx 语句缺少左括号xxx statement missing ) xxx 语句缺少右括号xxx statement missing ; xxx 语句缺少分号xxx declared but never used 说明了 xxx ,但没有使用名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 6 页,共 7 页 - - - - - - - - - xxx is assigned a value which is never used 给 xxx 赋了值,但未用过Zero length structure 结构体的长度为零名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 7 页,共 7 页 - - - - - - - - -

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育专区 > 高考资料

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁