This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error: abort symbol missing

HI

I get this error upon compiling : Error: L6218E: Undefined symbol abort (referred from abort_message.cpp.o).

This is the only error I get.

How can I define it in my code? 

Tried  #include <signal.h> to set the SIGABRT handler. But got an error: file not found!

How should I proceed?