When trying to switch to gcc 4.6.2 in qt (setting it in a toolchain) I’m getting the following error:
c:\ndk_buildrepos\qt-desktop\src\winmain\qtmain_win.cpp:93: error: undefined reference to `_Unwind_Resume'
Any idea how to fix it?
//.pro
QMAKE_CXXFLAGS += -std=c++0x
SOURCES += \
main.cpp
… “_Unwind_Resume …” …
My Solution (simple, very simple)
I did a hit of make again.. it runs..:)
p.s. it solves my problem.:) I hope it can solve yours too.