19.04.2015 Views

INTROL-C COMPILER REFERENCE MANUAL

INTROL-C COMPILER REFERENCE MANUAL

INTROL-C COMPILER REFERENCE MANUAL

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ad case<br />

A case label statement was encountered which was either outside<br />

of a switch statement or was already defined.<br />

bad cast<br />

The Compiler couldn't force the desired cast. This happens when<br />

one attempts to cast an integer as a structure, for example.<br />

bad continue<br />

A continue statement was encountered which was not in either a<br />

"for", "do", or "while" loop.<br />

bad default<br />

A default was encountered outside of a switch statement or else<br />

more than one default was specified for a given switch<br />

statement.<br />

cannot create output file<br />

The Compiler was unable to create the output file. This is<br />

usually because the disk is full.<br />

cannot open #include file<br />

The Compiler was unable to open the specified #include file.<br />

This is often because the user does not have permission to read<br />

the file.<br />

compiler bug<br />

You should never see this error. It indicates an internal error<br />

in the second pass of the compiler.<br />

declaration of parameter not in parameter list<br />

Indicates that a variable was declared in a function header<br />

which was not part of the parameter list for that function.<br />

expression stack overflow, aborting<br />

The Compiler's internal stack (on which it evaluates<br />

expressions) has overflowed. This can be remedied by breaking<br />

up the offending expression into smaller expressions which can<br />

be evaluated separately.<br />

function required<br />

This indicates that some expression which is not of type<br />

function is being used where a function is required.<br />

illegal #else<br />

An #else was encountered outside of an #ifdef or #ifndef block.<br />

illegal #undef<br />

This usually means that there was no identifier following the<br />

#undef keyword.<br />

illegal array reference<br />

An attempt was made to reference an array in an illegal<br />

fashion.<br />

C.4.8

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!