This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How can I use exception handling within TI Compiler?



Hi there,

I am using the TI compiler version 5.1.9 together with Code Composer Studio 6.0.1.00040  and I want to use exception handling because a constructor does not have a return type. And it would not make sense to create a zombie object which is there but not correctly initialized.

At the moment when I try to use the keyword "throw" I get this error message: "#542 support for exception handling is disabled"
How can I enable exception handling?