| |||||
Technical Support Support Resources
Product Information | C166: EC++ EXCEPTION CODEInformation in this article applies to:
QUESTIONI am using the EC166 EC++ Compiler. When I try run, my program calls the function __abort_execution with the error_code = 0x0A. Where can I find a list of all the error codes? ANSWERThe error codes are listed in the file Keil\C166\Inc\Ec_Error.h. The error_code = 0x0A stands for ec_outofmemory which is called by the new operator when no more memory is available. To avoid this error, you need to increase the memory pool for your application. MORE INFORMATION
Last Reviewed: Thursday, January 11, 2007 | ||||
| |||||