当前位置:网站首页>8. Compilation errors of C language and Chinese explanation
8. Compilation errors of C language and Chinese explanation
2022-07-28 20:05:00 【A programmer who loves playing badminton】
1: Ambiguous operators need parentheses — Ambiguous operations need to be enclosed in parentheses
2: Ambiguous symbol xxx — Ambiguous symbols
3: Argument list syntax error — Syntax error in parameter table
4: Array bounds missing — Missing array delimiter
5: Array size toolarge — Array size is too large
6: Bad character in paramenters — Improper character in parameter
7: Bad file name format in include directive — Incorrect format of file name in included command
8: Bad ifdef directive synatax — Compile preprocessing ifdef There is a grammatical error
9: Bad undef directive syntax — Compile preprocessing undef There is a grammatical error
10: Bit field too large — Bit field too long
11: Call of non-function — Call an undefined function
12: Call to function with no prototype — When calling a function, there is no description of the function
13: Cannot modify a const object — Modification of constant objects is not allowed
14: Case outside of switch — Missed out case sentence
15: Case syntax error — Case Grammar mistakes
16: Code has no effect — Code cannot be executed to
17: Compound statement missing{ — The sub program is missing "{"
18: Conflicting type modifiers — Ambiguous type specifier
19: Constant expression required — Constant expressions are required
20: Constant out of range in comparison — Constant out of range in comparison
21: Conversion may lose significant digits — Meaningful numbers will be lost during conversion
22: Conversion of near pointer not allowed — Conversion of near pointers is not allowed
23: Could not find file xxx — Can't find XXX file
24: Declaration missing ; — Explain the lack of ";"
25: Declaration syntax error — Syntax error in description
26: Default outside of switch — Default Appear in the switch Statements in
27: Define directive needs an identifier — An identifier is required to define compilation preprocessing
28: Division by zero — Divide by zero
29: Do statement must have while — Do-while Missing in statement while part
30: Enum syntax error — Enumeration type syntax error
31: Enumeration constant syntax error — Syntax error enum constant
32: Error directive :xxx — Wrong compile preprocessing command
33: Error writing output file — Error writing output file
34: Expression syntax error — Expression syntax error
35: Extra parameter in call — Superfluous error while calling
36: File name too long — The filename is too long
37: Function call missing ) — The function call is missing a closing bracket
38: Fuction definition out of place — Function definition position error
39: Fuction should return a value — The function must return a value
40: Goto statement missing label — Goto The statement has no label
41: Hexadecimal or octal constant too large — 16 Base or 8 Hexadecimal constant is too large
42: Illegal character x — Illegal characters x
43: Illegal initialization — Illegal initialization
44: Illegal octal digit — Illegal 8 Hexadecimal Numbers A
45: Illegal pointer subtraction — Illegal pointer subtraction
46: Illegal structure operation — Illegal structure operation
47: Illegal use of floating point — Illegal floating point operation
48: Illegal use of pointer — Illegal Pointer use
49: Improper use of a typedefsymbol — Improper use of type definition symbols
50: In-line assembly not allowed — Inter line assembly is not allowed
51: Incompatible storage class — Storage categories are incompatible
52: Incompatible type conversion — Incompatible type conversions
53: Incorrect number format — Bad data format
54: Incorrect use of default — Default Improper use
55: Invalid indirection — Invalid indirect operation
56: Invalid pointer addition — Invalid pointer addition
57: Irreducible expression tree — Expression operation that cannot be performed
58: Lvalue required — A logical value is required 0 Or not 0 value
59: Macro argument syntax error — Macro parameter syntax error
60: Macro expansion too long — Macro extension is too long
61: Mismatched number of parameters in definition — The number of parameters in the definition does not match
62: Misplaced break — There should be no break sentence
63: Misplaced continue — There should be no continue sentence
64: Misplaced decimal point — There should be no decimal point here
65: Misplaced elif directive — Preprocessing should not be compiled elif
66: Misplaced else — There should be no else
67: Misplaced else directive — Compilation preprocessing... Should not occur here else
68: Misplaced endif directive — Compilation preprocessing... Should not occur here endif
69: Must be addressable — Must be addressable
70: Must take address of memory location — The location address must be stored
71: No declaration for function xxx — There are no functions xxx Explanation
72: No stack — Missing stack
73: No type information — No type information
74: Non-portable pointer assignment — An immovable pointer ( Address constant ) assignment
75: Non-portable pointer comparison — An immovable pointer ( Address constant ) Compare
76: Non-portable pointer conversion — An immovable pointer ( Address constant ) transformation
77: Not a valid expression format type — Illegal expression format
78: Not an allowed type — Type not allowed
79: Numeric constant too large — The value is often too large
80: Out of memory — Out of memory
81: Parameter xxx is never used — countable xxx Not used
82: Pointer required on left side of -> — Symbol -> The left side of the must be a pointer
83: Possible use of xxx before definition — Used before definition xxx( Warning )
84: Possibly incorrect assignment — The assignment may be incorrect
85: Redeclaration of xxx — Repeat the definition xxx
86: Redefinition of xxx is not identical — xxx The two definitions of are inconsistent
87: Register allocation failure — Register addressing failed
88: Repeat count needs an lvalue — Repeat count requires a logical value
89: Size of structure or array not known — The size of the structure or number is uncertain
90: Statement missing ; — Missing... After statement ";"
91: Structure or union syntax error — Syntax error of structure or union
92: Structure size too large — The size of the structure is too large
93: Sub scripting missing ] — The subscript is missing a closing square bracket
94: Superfluous & with function or array — There is extra... In a function or array "&"
95: Suspicious pointer conversion — Suspicious pointer conversion
96: Symbol limit exceeded — Symbol overrun
97: Too few parameters in call — When calling a function, the arguments are less than the parameters of the function, and it is not necessary
98: Too many default cases — Default Too much (switch One of the statements )
99: Too many error or warning messages — Too many errors or warnings
100: Too many type in declaration — Too many types in the description
101: Too much auto memory in function — Function uses too much local storage
102: Too much global data defined in file — There is too much global data in the file
103: Two consecutive dots — Two consecutive periods
104: Type mismatch in parameter xxx — Parameters xxx Type mismatch
105: Type mismatch in redeclaration of xxx — xxx Redefined types do not match
106: Unable to create output file xxx — Unable to create output file xxx
107: Unable to open include file xxx — Unable to open the contained file xxx
108: Unable to open input file xxx — Can't open input file xxx
109: Undefined label xxx — Undefined label xxx
110: Undefined structure xxx — Undefined structure xxx
111: Undefined symbol xxx — Undefined symbols xxx
112: Unexpected end of file in comment started on line xxx — from xxx The comment at the beginning of the line is not finished yet. The file cannot be ended
113: Unexpected end of file in conditional started on line xxx — from xxx The starting conditional statement has not ended. The file cannot be ended
114: Unknown assemble instruction — Unknown assembly structure
115: Unknown option — Unknown operation
116: Unknown preprocessor directive: xxx — Unknown preprocessing commands xxx
117: Unreachable code — Unreachable code
118: Unterminated string or character constant — The string is missing quotation marks
119: User break — The user forcibly interrupted the program
120: Void functions may not return a value — Void A function of type should not have a return value
121: Wrong number of arguments — Wrong number of arguments to call function
122: xxx not an argument — xxx It's not a parameter
123: xxx not part of structure — xxx Not part of the structure
124: xxx statement missing ( — xxx Statement is missing an open parenthesis
125: xxx statement missing ) — xxx Statement is missing a closing bracket
126: xxx statement missing ; — xxx Semicolon missing
127: xxx declared but never used — Illustrates the xxx But not used
128: xxx is assigned a value which is never used — to xxx Assigned a value but not used
边栏推荐
- Question bank and answers of the latest national fire-fighting facility operators (intermediate fire-fighting facility operators) in 2022
- ssm中项目异常处理
- What is the process of swing event processing?
- Integration and implementation of login click graphic verification code in personal blog system
- There are five certificates in the soft examination advanced examination, which is more worth taking?
- [C language] guessing numbers game [function]
- Circular linked list OJ question
- [C language] string reverse order implementation (recursion and iteration)
- 通信网络基础知识01
- 数字图像理论知识(一)(个人浅析)
猜你喜欢

利用STM32的HAL库驱动1.54寸 TFT屏(240*240 ST7789V)

ssm中项目异常处理

What is the process of swing event processing?

中国能否在元宇宙的未来发展中取得突破,占领高地?
![[wechat applet development] page navigation and parameter transmission](/img/10/76b6592fa9e71073831887c4fb6da9.png)
[wechat applet development] page navigation and parameter transmission

Codeignier framework implements restful API interface programming

Can China make a breakthrough in the future development of the meta universe and occupy the highland?

数字图像理论知识(一)(个人浅析)

Cloud computing notes part.1 - system management

Concurrent programming, do you really understand?
随机推荐
Crawl IP
Return and job management of saltstack
[NPP installation plug-in]
Cdga | how can the industrial Internet industry do a good job in data governance?
Oracle insert数据时字符串中有‘单引号问题
Leetcode day2 连续出现的数字
[C language] random number generation and `include < time. H > 'learning
云计算笔记part.1——系统管理
Hebei: stabilizing grain and expanding beans to help grain and oil production improve quality and efficiency
zfoo增加类似于mydog的路由
Getting started with enterprise distributed crawler framework
leetcode day5 删除重复的电子邮箱
C language implementation of strncpy
The cloud native programming challenge is hot, with 510000 bonus waiting for you to challenge!
[network] cross area network communication learning classification and calculation of IPv4 address
MySQL command statement (personal summary)
[C language] header file of complex number four operations and complex number operations
Tencent cloud deployment lamp_ Experience of building a station
Common modules of saltstack
CodeIgnier框架实现restful API接口编程