Qt on QNX
Unsolved
Mobile and Embedded
-
Hi All,
I am trying to build Qt 5.15.0 on QNX SDP 7.1 i.MX 8 from Phytec.
Here is my configure command:configure -opensource -confirm-license -xplatform qnx-aarch64le-qcc \ -prefix C:\Qt\5.15.0\QNX-Release-AArch64le -nomake examples -nomake tests -qpa qnx -qt-freetype -slog2 -pps -opengl es2 \ -skip gamepad -skip x11extras -skip androidextras -skip 3d -skip datavis3d -skip canvas3d -skip websockets \ -skip webengine -skip sensors -skip wayland -skip speech -skip purchasing -skip remoteobjects \ -skip location -skip qtvirtualkeyboard -skip translations -skip qtscript -verbose \ -L C:\Users\user\qnx710\target\qnx7\aarch64le\usr\lib -I C:\Users\user\qnx710\target\qnx7\usr\include
This is some of the Configure summary:
EGL .................................... yes OpenVG ................................. no OpenGL: Desktop OpenGL ....................... no OpenGL ES 2.0 ........................ yes OpenGL ES 3.0 ........................ yes OpenGL ES 3.1 ........................ yes OpenGL ES 3.2 ........................ yes Vulkan ................................. no Session Management ..................... yes QPA backends: DirectFB ............................... no EGLFS .................................. yes EGLFS details: EGLFS OpenWFD ........................ no EGLFS i.Mx6 .......................... no EGLFS i.Mx6 Wayland .................. no EGLFS RCAR ........................... no EGLFS EGLDevice ...................... no EGLFS GBM ............................ no EGLFS VSP2 ........................... no EGLFS Mali ........................... no EGLFS Raspberry Pi ................... no EGLFS X11 ............................ no
But when I try to run some of the Qt example like QQuickRenderControl Example, I see follow image:
so there is color mismatching, animation/rotation of the cube is going smoothly
More over during building of Qt in the logs I catch some errors like:
Line 32: test config.qtmultimedia_multimedia.tests.gpu_vivante FAILED Line 41: test config.qtmultimedia_multimedia.libraries.gstreamer_1_0 FAILED Line 46: test config.qtmultimedia_multimedia.libraries.gstreamer_0_10 FAILED Line 57: test config.qtmultimedia_multimedia.tests.linux_v4l FAILED Line 70: test config.qtmultimedia_multimedia.libraries.mmrenderer FAILED Line 90: test config.qtmultimedia_multimedia.libraries.openal FAILED Line 95: test config.qtmultimedia_multimedia.libraries.pulseaudio FAILED Line 100: test config.qtmultimedia_multimedia.libraries.libresourceqt5 FAILED
Not sure that does these errors are connected with my colors problem?
Thanks in advance for any help/hints here.