using ccsv5 on OMAP l138:
when throw is use in c++ the error message shows up:
#542 support for exception handilng is disabled.
How is exception handling enabled?
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.
using ccsv5 on OMAP l138:
when throw is use in c++ the error message shows up:
#542 support for exception handilng is disabled.
How is exception handling enabled?
Exceptions are disabled by default. To enable them, use the compiler option --exceptions. For more detail, please see this wiki article.
Thanks and regards,
-George