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.

Compiler/66AK2H12: Compiling with --program_level_compile gives "support for exception handling is disabled" even though it is enabled

Part Number: 66AK2H12

Tool/software: TI C/C++ Compiler

Hi

I am compiling my code with compiler 8.2.2

Everything compiles until i enable --program_level_compile

Even though --exceptions  is enabled  i get the following errors:

support for exception handling is disabled

How do i fix this?

Thanks