-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build errors #1
Comments
Only Python 3.6+ is supported. |
Upgraded my distro and now the build/install commands complete successfully in few seconds! But I don't understand how to launch the build of the target system with Qt5.12 from the output files created. Perhaps I mis-understood something, but when you said:
I understand that launching this script will do all the things you described (ramdisk target, sysroot, cross-compile toolchain, Qt5, etc...) automatically. |
Recursive clone rpi-ramdisk, install all the packages in the README, then run |
Hi, I discovered your repo from here: raspberrypi/tools#81 (comment).
I'm trying to use your scripts to cross-compile at least Qt5.12 for RPi3B+ with EGLFS and GPU drivers. Launching the
setup.py
script leads to an error:I tried to get rid of it adding a dummy version (i.e. 1.0).
Then I issued
python setup.py build
and it created the skeleton of the project.Now I don't know how to launch the building. I tried with
sudo python setup.py install
but it returned a lot of errors:Perhaps there are some prerequisites I need to install before?
The text was updated successfully, but these errors were encountered: