Hi, I am unable to run a few below QtWidget examples using Qt 5.6.3 libs though I set qmake PATH but other QtWidget examples work fine.
export PATH=/home/target/ti-processor-sdk-linux-rt-am335x-evm-05.03.00.07/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/local/Qt-5.6.3/bin:$PATH export QT_QPA_GENERIC_PLUGINS=tslib:/dev/input/event0 qtbase/examples/widgets/animation/animatedtiles:- root@target:~/widgetapps# ./animatedtiles -platform linuxfb ./animatedtiles: relocation error: ./animatedtiles: symbol _ZN14QGraphicsSceneC1EffffP7QObject, version Qt_5 not defined in file libQt5Widgets.so.5 with link time reference qtbase/examples/widgets/scroller/graphicsview: root@target:~/widgetapps# ./graphicsview -platform linuxfb ./graphicsview: relocation error: ./graphicsview: symbol _ZN4QPenC1ERK6QBrushfN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE, version Qt_5 not defined in file libQt5Gui.so.5 with link time reference qtbase/examples/widgets/gestures/imagegestures:- root@target:~/widgetapps# ./imagegestures -platform linuxfb ./imagegestures: relocation error: ./imagegestures: symbol _ZN8QPainter6rotateEf, version Qt_5 not defined in file libQt5Gui.so.5 with link time reference cross compiled Qt gcc version: 7.2.1(Using configure,make) Target gcc version: 7.3.0(using Yocto meta-qt5 recipes) I compiled all the above examples using cross compiled Qt on Ubuntu 16.04 and run on target which is Yocto Qt 5.6.3 build. Am not sure why there would be any ABI incompatibility as both versions used are Qt 5.6.3 if the the error due to mismatch of Qt versions. Cross-compiled Qt and Yocto Qt build are built with c++14 as the compiler supports. Appreciate if you could provide your suggestions in this regard to resolve the error. Best Regards, Ramakanth
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest