Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9.0, 6.9.1
-
Raspberry Pi5 arm64
Description
Install Qt 6.9.x Linux on ARM binaries include Qt Application Manager to the installation.
Configure
/home/qt/RTA/Qt_6.9.1/6.9.1/gcc_arm64/bin/qt-cmake -S /home/qt/RTA/Qt_6.9.1/Examples/Qt-6.9.1/applicationmanager/hello-world -B /home/qt/RTA/Qt_6.9.1/Examples/Qt-6.9.1/applicationmanager/hello-world/bld_gcc_arm64 -GNinja
And build cmake --build -> executable created.
Launch executable -> fails:
12: /home/qt/RTA/Qt_6.9.1/Examples/Qt-6.9.1/applicationmanager/hello-world/bld_gcc_arm64/hello-world 13: /lib/aarch64-linux-gnu/libc.so.6 14: __libc_start_main 15: /home/qt/RTA/Qt_6.9.1/Examples/Qt-6.9.1/applicationmanager/hello-world/bld_gcc_arm64/hello-world > QML backtrace: empty > re-raising signal 6 (Aborted)
Examples build and launch on macOS ARM and Windows on ARM.