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.

div-by-zero exception handing in TMS320C6x C/C++ Compiler

Source code of my team is written in C.

there is no exception handling syntax in C  such as try~ exception of C++ .

but I found  --exception compiler option  in TMS320C6x C/C++ Compiler manual.

can i try --exception compile option  to compile  C source code to handle div-by-zero exception?

Thanks in advance.