-

Changes

Jump to: navigation, search

Error Messages

178 bytes added, 04:03, 29 November 2017
no edit summary
causes the message or what to do about it.
== . ==
;'.' expected after '..' P1
:The ellipsis symbol must have three dots
 
== A ==
;actuals too long CPP
;attempt to modify const object P1
:An attempt has been made to assign to or otherwise modify an object designated as 'const'
 
== B ==
;bad bitfield type P1
;Bit field too large (n bits) CGEN
:A bit field may not be larger than an int
 
== C ==
;Cannot get memory LINK
;constant operand to || or && CGEN
:A logical operator has a constant operand which has been optimized out
 
== D ==
;declarator too complex P1
;duplicate qualifier P1
:The same qualifier appears more than once in this type specifier
 
== E ==
;entry point multiply defined LINK
;expression too complex P1
:The expression has too many nested parantheses or other nested constructs
 
== F ==
;Fixup overflow referencing LINK
;functions can't return functions P1
:A function cannot return a function - it can return a pointer to function
 
== H ==
;hex digit expected P1
:A hex digit is expected after '0x'
 
== I ==
;identifier is a structure tag P1
;integral type required P1
:An integral type is required here
 
== L ==
;large offset CGEN
;lvalue required P1
:An lvalue, i.e. something which can be assigned to, is required after an '&' or on the left hand of an assignment
 
== M ==
;macro recursion CPP
;multiply defined symbol LINK
:A symbol is defined more than once
 
== N ==
;name is a union, struct or enum P1
;not an argument P1
:This identifier is not in the argument list for this function
 
== O ==
;only functions may be qualified interrupt P1
;operands of operator not same type P1
:The operands to the named operator in the expression are incompatible types
 
== P ==
;pointer required P1
;pushreg - bad reg CGEN
:Internal error - contact HI-TECH
 
== R ==
;redundant & applied to array P1
;regused - bad arg to G CGEN
:Internal error - contact HI-TECH
 
== S ==
;signatures do not matchLINK
;Syntax error in checksum list LINK
:The checksum list provided is invalid
 
== T ==
;token too long CPP
;type specifier reqd. for proto arg P1
:A prototype argument must have a basic type
 
== U ==
;undefined control CPP
;unterminated macro call CPP
:Probably missing )
 
== V ==
;void function cannot return value P1
:A function declared void cannot return a value
 
== W ==
;Write error (out of disk space?) LINK
:Probably means the disk is full

Navigation menu