Hi,
I'm having troubles following this tutorial: processors.wiki.ti.com/.../Sitara_Linux_Training:_Hands_on_with_QT
I have the host pc (ubuntu 14.4) configured with am335x evm 3.0 sdk and Qt Creator. I can compile and execute command c aplication without problems, but with qt desktop aplicacions I have these problems:
stdin: is not a tty
/home/root/qtSitara: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /opt/libs/libQt5Widgets.so.5)
/home/root/qtSitara: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /opt/libs/libQt5Gui.so.5)
/home/root/qtSitara: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/libs/libQt5Core.so.5)
/home/root/qtSitara: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /opt/libs/libQt5Core.so.5)
/home/root/qtSitara: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/libs/libicui18n.so.56)
/home/root/qtSitara: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/libs/libicuuc.so.56)
/home/root/qtSitara: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.17' not found (required by /opt/libs/libdrm.so.2)
/home/root/qtSitara: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.14' not found (required by /opt/libs/libudev.so.1)
Application finished with exit code 1.
I copy the dependent libraries from /opt/ti-processor-sdk-linux-am335x-evm-03.00.00.04/linux-devkit/sysroots/cortexa8hf-neon-linux-gnueabi/usr/lib to the target folder.
I'm using the hdmi cape for the beaglebone green so I need to use the only firmware image that exist. Linux 3.8.13-bone71.1 armv7l
www.seeedstudio.com/BeagleBone-Green-HDMI-Cape-p-2570.html
Can anyone help me with this issue?
Thanks!
Aitor