RPi 4 Qt Creator 4.9.1 "No valid kits found"
-
I have installed Qt 5.12.5 and Qt Creator 4.9.1 on an RPi4 w/4GB Ram using the .deb from https://github.com/koendv/qt5-opengl-raspberrypi
I can launch Qt Creator but when I try to create a new project, I get the message "No valid kits found"
I have tried to create a kit, like below but there is still something wrong. Any ideas?
file:///media/mark/Verbatim/2020-03-12-123530_952x733_scrot.png -
Hi @markd
Also please add RPi Compiler & GDB along with Qt Version
-
Qt Version -> Add proper qmake of RPi.
Example:
~/raspi/qt5/bin/qmake
-
Compilers -> Add -> GCC (Both C & C++)
Example:
Name for both GCC (RaspberryPi)
~/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/bin/gcc
~/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/bin/g++
-
Debuggers -> Add
Example: GDB (RaspbeeyPi)
~/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-gdb
-
Finally set all of them in Kits :
All the best.
-
-
@Pradeep-P-N Compiler is already set (he is working directly on RPi, so no need for cross-compiler)