Hi, i have rebuild an image of yocto krogoth with qt 5.6.2 (lasted release). The problem is now i have a problem with developer sdk. The problem is when i use it with a host machine (after install the script and configure qt creator), i obtain this error when i want to deploy an app :

/|/usr/bin/ld: cannot find -lQt5Widgets
|/

/|/usr/bin/ld: cannot find -lQt5Gui
|/

/|/usr/bin/ld: cannot find -lQt5SerialPort
|/

/|/usr/bin/ld: cannot find -lQt5Core
|/

/|/usr/bin/ld: cannot find -lGLESv2
|/

/|collect2: error: ld returned 1 exit status make: *** [terminal] Error 1|/

That is strange is that when i use an old sdk (qt5.6.1), it works !

That i see on qtcreator/tools/options/qtversions and details about the kit (see this post for more details : https://github.com/graugans/meta-udoo/issues/20) is that mkspec for qt5.6.2 is different than for the qt5.6.1 kit :

qt5.6.2 : mkspec = linux-g++

qt5.6.1: mkspec=linux-oe-g++

If someone can help, it would be very useful !

regards,
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to