I get these errors on compile, one on a line that throw an exception, other on dynamic_cast.
Error exception handling disabled, use -fexceptions to enable test_05 C:\SysGCC\kendryte\kendryte-bsp\RTOS\lib\bsp\device\kpu.cpp 62
Error ‘dynamic_cast’ not permitted with -fno-rtti test_05 C:\SysGCC\kendryte\kendryte-bsp\RTOS\lib\freertos\include\kernel\object.hpp 150
How do I add or change compiler options to handle these?
Thanks