Keil™, An ARM® Company

Technical Support

C166: ERROR C11 (INTERNAL ERROR)

Information in this article applies to:

  • C166 Version 4.20c

QUESTION

When C166.exe V4.20c compiles MainConsole.c it generates a C11 error. What do I do?

ANSWER

This problem will be corrected in an upcoming version. For now, reduce optimization for the function generating the error as follows:

#pragma OT(6)
void T_MainConsoleOutput(void) {
.
.
.
}
#pragma OT(7)

SEE ALSO

Last Reviewed: Tuesday, April 02, 2002


Did this article provide the answer you needed?
 
Yes
No
Not Sure