Hi - I'm trying to build a custom C++ openWRT feed for a ARM target platform. The code uses exceptions and whenever it throws one it causes the program to abort.

I tried building with "use set jump()/longjump() exceptions"  enabled and I'm passing -fexceptions but nothing seems to work.

Exceptions are working fine when building for x86 targets.

Does anyone know whats going on here?