Qtrpi - Cross compile
Solved
QtonPi
-
Hey. I'm a beginner. I installed the qtrpi library according to the tutorial - https://www.youtube.com/watch?v=1d2bh7iUKNc. My raspberry is based on the armv7l - 32bit processor. Can I use the 32bit compiler here? If so, how to do it? Sorry for my English.![alt text]
-
You need to add your cross-compiler to Qt Creator (in Compilers tab), then set it for your Qt version.
The cross-compiler should be present in your toolchain (the one you downloaded from https://github.com/raspberrypi/tools).
-
Nice. Happy coding!