Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
function call before _main
The C expression evaluator cannot evaluate a function before the debugger has entered the function _main. The program is not properly initialized until _main has been called.
This error is identical to CAN0022.