QT cross compiled for Raspberry: on device debugging
Solved
Qt Creator and other tools
-
wrote on 15 Jul 2018, 20:28 last edited by
Hi,
I cross compile a QML app for Raspberry PI. It seems to work fine, but when I try on device debugging I get the error message:
The selected build does not support Python scripting. It cannot be used in QtCreator.
I use the linaro toolchain from https://github.com/raspberrypi/tools
Is this a known issue or am I doing something wrong? -
wrote on 15 Jul 2018, 20:34 last edited by
Using gdb-multiarch from the repositories and installing gdbserver on the raspberry seems to do the trick
1/2