Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

qt giving the ld error

$
0
0
Hi , Based on the url http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard bitbake core-image-minimal and bitbake meta-toolchain-qt5 Both gave me success. But after setting the qt creator and running the example clocks code its giving me the ld errors as follows 09:41:15: Running steps for project clocks… 09:41:15: Configuration unchanged, skipping qmake step. 09:41:15: Starting: “/usr/bin/make” arm-linux-gnueabi-g++ -o clocks main.o qrc_clocks.o -L/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/lib -lQt5Quick -lQt5Qml -lQt5Network -lQt5Gui -lQt5Core -lGLESv2 -lpthread /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld: cannot find /lib/libpthread.so.0 inside /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld: cannot find /usr/lib/libpthread_nonshared.a inside collect2: error: ld returned 1 exit status make: *** [clocks] Error 1 09:41:15: The process “/usr/bin/make” exited with code 2. Error while building/deploying project clocks (kit: wandboard) When executing step ‘Make’ 09:41:15: Elapsed time: 00:00. I’ve assuared that the set up in the Configure Qt creators OK , but its still giving the error. can you suggest me for that.

Viewing all articles
Browse latest Browse all 2113

Trending Articles