How do I setup a kit to crosscompile for Raspbian for the Pi3?
-
Hmm...ok, maybe I missunderstood some of the instruction when it talked about 64bit. I assumed it was talking about the pi, which is 32bit
Don't worry, as said, cross compiling is advanced stuff ;)
arch command on my desktop:
x86_64Ok, that proves it.
-
arch command on my desktop:
x86_64If you're following the suggested RaspberryPi2EGLFS guide, in step #10 please pay attention to
If your system is 64 bit you may also edit device option to:
-
Ok so I added the options for 64 bit, and looks like it all worked and compiled. So then I went to do the next step which is a test build, but there is no ~/raspi/qt5/bin/qmake
That directory doesn't exist, so now I really don't know what the hell to do. The previous steps created the qt5 and qt5pi folders so if there are missing directories, now what?
-
Ok so I got a lot farther using a different set of instructions, in fact I got to actually building in Qt Creator!!
However Qt Creator is failing to upload the file to the raspberry pi:
mkdir: cannot create directory ‘/opt/widgettest’: Permission denied 21:09:40: Failed to upload file "/home/brandon/development/build-widgettest-RaspPi-Release/widgettest". 21:09:40: Deploy step failed. Error while building/deploying project widgettest (kit: RaspPi) When executing step "Upload files via SFTP"
How do I give Qt permission to do this? Do I need to dissable some security on the pi? Or add "sudo" to some commands in Qt?
-
You should either use credentials for your Pi that allows to write in that folder, or change the folder for something the user you use to connect to your RPi can write to.
-
@asha said in How do I setup a kit to crosscompile for Raspbian for the Pi3?:
can you say step by step please..
What have you done so far? Any errors you can share here?
Just in case, please refer to any of these guides: