program arduino and raspberry with qt creator
Unsolved
General and Desktop
-
Hi good morning and welcome to the forums
Yes its possible. Its called cross compile if you want to use Creator on say Windows and
build app for raspberry which is another type of CPU.https://wiki.qt.io/Raspberry_Pi_Beginners_Guide
https://www.ics.com/blog/configuring-qt-creator-raspberry-pi
https://github.com/ElektorLabs/160520-QT-compile-and-install-manualHowever, its a bit complicated to setup. to be prepared to spend some time reading and typing commands.
Also the actual compiling will take some time.If it just to try it out, its much easier to install a linux on the raspberry and install Qt directly and
then compile and directly run it. (on the board)