Details
-
Technical task
-
Resolution: Fixed
-
P1: Critical
-
None
-
None
-
None
-
-
2020wk44, 2020wk46, 2020wk48, 2020wk50, 2020wk52, 2021wk02, 2021wk04, 2021wk06, 2021wk08PO2, 2021wk10PO2, 2021wk12PO3, 2021wk14PO2, 2021wk16PO2, 2021wk18PO2, 2021wk20PO2, 2021wk22PO2, 2021wk24PO2, 2021wk26PO2, 2021wk28PO2, 2021wk34POeLinuxRTOS, 2021wk36POeLinuxRTOS, 2021wk38POeLinuxRTOS, 2021wk40POeLinuxRTOS, 2021wk42POEmbedded, 2021wk44POEmbedded, 2021wk46POEmbedded, 2022 wk 22-23 Embedded
Description
Create smoke test for QNX that is run in vm linux.
Install Qt binaries and sources.
- Build Qt with QNX 7.1. First host tools then the cross compilation itself.
Works as expected on Linux, on Windows not so much. - Register the Qt for QNX in Qt Creator kit's page.
Do not try to add the compiler and debugger manually. - Go to devices and in the setup add the path to the QNX sdk.
It should pick up 7.1 and then click on the "Generate toolkit" checkbox.
This will setup the compiler and the debugger.
Additional help/info in https://bugreports.qt.io/browse/QTBUG-83202
"
set CMAKE_STAGING_PREFIX when building because otherwise bin\target_qt.conf will have SysrootifyPrefix=true which breaks the Qt registration.
or just change bin/target_qt.conf to have SysrootifyPrefix=false
"
Contact achristian if more info needed.