Hello everyone !
This is my first post in this forum ! :)
I have installed the setup required to deploy Qt apps to Raspberry pi :
http://qt-project.org/wiki/Create
When I first tried to ‘build all’ , it was giving following errors :
I/opt/qt5/include/QtXmlPatterns -I/opt/qt5/include/QtQml -I/opt/qt5/include/QtDeclarative -I/opt/qt5/include/QtQuick -I../hello-qtonpi -I/opt/qtonpi/armv5tel-qtonpi-linux-gnueabi/sys-root/opt/vc/include -I. -I. -o main.o ../hello-qtonpi/main.cpp
/opt/qtonpi/bin/armv5tel-qtonpi-linux-gnueabi-g++: /lib/libc.so.6: version `GLIBC_2.11' not found (required by /opt/qtonpi/bin/armv5tel-qtonpi-linux-gnueabi-g++)
make: *** [main.o] Error 1
make: Leaving directory `/home/student/hello-qtonpi-build-desktop-Qt_5_0_0__qt5__Release'
19:42:15: The process "/usr/bin/make" exited with code 2.
Error while building project hello-qtonpi (target: Desktop)
When executing build step 'Make'
Then I downloaded and installed glibc-2.11.2 in my home dir. After added that path in project—>Build-Settings—>Build Environment—> LD_LIBRARY_PATH. After doing this It is not giving previous error but the new one :(
19:24:56: Running build steps for project hello-qtonpi...
19:24:56: Configuration unchanged, skipping qmake step.
19:24:56: Starting: "/usr/bin/make" -w
19:24:56: The process "/usr/bin/make" crashed.
Error while building project hello-qtonpi (target: Desktop)
When executing build step 'Make'
Could anyone please guide me since I am totally new to Qt and its SDK….
↧