Using Qt Quick UI (Qt Creator 4.8.0, Qt 5.12.0), for native build on Raspberry PI, will not run
Unsolved
Installation and Deployment
-
I'm fairly new to Qt. I am running Qt 5.12.0 on Qt Creator 4.8.0 on the Raspberry Pi 3 B+. I have ran the code correctly on the PC, but on the Raspberry Pi it is giving an error with running the program. Am I missing a compiler or a kit or something else? Here is the error message I'm getting:
Starting /usr/bin/arm-linux/gnueabihf-g++-6...
arm-linux-gnueabihf-g++-6: fatal error: no input files
compilation terminated.
/usr/bin/arm-linux-gnueabihf-g++-6 exited with code 1 -
Hi,
You are not the running your application at all. The error you have here is that the compiler doesn't get any input.
How did you install Qt 5.12.0 on your Raspberry Pi 3 ?
How does your .pro file look like ?