I\'m getting this output after adding in a set of code from a colleague:
./obj/local/armeabi/objs/jniWrapper/native.o: In function `_Vector_base\': D:/opt/androi
for me that meant adding -fno-rrti and -fno-exceptions then getting rid of "throw char*" in the code which took care of both.