Download CA830, CA850 C COMPILER PACKAGES OPERATION

Transcript
E2240:
Local static function is not allowed.
The static function must not be declared in local scope.
E2250:
Array size is not given.
The size of the array is not given.
E2251:
Array size must not be zero.
The size of the array must not be zero.
E2252:
Array type has incomplete element type.
The type of the array element is incomplete.
E2260:
compiler limit: complicated type modifiers [num ]
Too many derivative modifiers are used.
The maximum value of this processing system is 16.
E2261:
illegal storage class specifier combination
The combination of storage class specifiers is incorrect.
E2262:
illegal use of ‘enum’
Type specifier “enum” is incorrectly used.
E2263:
illegal use of ‘struct’
Type specifier “struct” is incorrectly used.
E2265:
illegal use of ‘union’
Type specifier “union” is incorrectly used.
E2266:
illegal use of ‘auto’
Storage area class specifier “auto” is incorrectly used.
E2267:
illegal use of ‘static’
Storage area class specifier “static” is incorrectly used.
E2269:
illegal use of ‘register’
Storage area class specifier “register” is incorrectly used.
E2270:
illegal use of ‘extern’
Storage area class specifier “extern” is incorrectly used.
E2280:
Void function cannot return value.
A return value is specified for a void type function.
E2281:
Function has illegal storage class.
The storage class specified for the function is incorrect.
E2282:
Array of function is now allowed.
An array of functions is disallowed.
179