Hello, I have been following the tutorials from "Exploring Beaglebone" on remote deploying a QT application to the beaglebone. So far I have set up the tool-chain and I can now remote deploy a console application to the beaglebone after setting up the kit in QT. The issue I am having is when I try to remote deploy a QT gui application I get the following error:
stdin: is not a tty /home/root/qttest2: symbol lookup error: /home/root/qttest2: undefined symbol: _ZN7QWidget8qwsEventEP8QWSEvent Application finished with exit code 127 Here is my pc setup: Qt qmake -v: QMake version 2.01a Using Qt version 4.8.7 in /usr/lib/x86_64-linux-gnu Qt Creator Ver: qt-creator-opensource-linux-x86_64-4.3.0-rc1_1101 Qt lib: qt-everywhere-opensource-src-4.8.2 Compiler: /usr/bin/arm-linux-gnueabihf-g++ Debugger: /usr/bin/gdb-multiarch Qt Version: /usr/local/qt4.8.2-armhf/bin/qmake Here is my bbb setup: qmake -v: QMake version 2.01a Using Qt version 4.8.6 in /usr/lib/arm-linux-gnueabihf BBB version: 4.9.22-bone4 I also copied the qt library by the following cmd: scp -r /usr/local/qt4.8.2-armhf/lib [email protected]:"/usr/local/qt4.8.2-armhf/" Also, if i compile a QT GUI .cpp directly on the BBB there is no issue. Is there something that I am missing? Thanks! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/c60b07b3-f320-4bae-80eb-4a4061159ab0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
