Symbol lookup error: undefined symbol: _Z34QbasicAtomicInt_fetchAndAddOrderedPvii
-
After configuring qt for my arm board. I finally tried to execute a simple GUI program (i.e. the default Qt form application). But when i try to execute in the target, it shows the following error:
@#./test_gui
./test_gui: symbol lookup error: ./test_gui: undefined reference symbol: _Z34QbasicAtomicInt_fetchAndAddOrderedPvii @please help!