Qt with Yocto -Problem
-
Hi
I have a final setup of Qt-creator as follows.I ran the script in the /opt/poky/1.6.1/ and opened the qt-creator from the concole. with this settings as below i’m trying to cross-compile the sample clock code
- General http://picpaste.com/1-gAmJsS3o.png
- Kits http://picpaste.com/2-Y3kFvHIG.png
- Qt version http://picpaste.com/3-lwZngysy.png
4 compiler http://picpaste.com/4-M4y6gJYb.png - Debugger http://picpaste.com/5-DQhrxi6t.png
- CMake http://picpaste.com/6-l3FhICDq.png
- Build Settings http://picpaste.com/7-4myooBgL.png
With the settings ,clock code is giving me error8.
14:32:34: Running steps for project clocks…
14:32:34: Could not start process “/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/bin/make” clean
Error while building/deploying project clocks (kit: wandboard)
When executing step ‘Make’
14:32:34: Elapsed time: 00:00.
Please if you can assist.
Thanks
-
Hi,
Thanks for your valuable reply first of all.Its giving me the following error.minda@minda-HP-dx2480-MT-VP562PA:~$ /opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/bin/make clean
bash: /opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/bin/make: cannot execute binary file: Exec format errorAlso I'd like to update that i just tried to manually generate the Make file bu the command
/opt/poky/1.6.1/sysroots/i686-pokysdk-linux/usr/bin/qt5/qmake -o Makefile /home/minda/Qt5.3.1/Examples/Qt-5.3/quick/demos/clocks/clocks.pro
I generated and when i gave
make clean
and make both succedded and gave me a code thats running on the arm successfully.can you suggest me something
Thanks
Nilesh Kokane