-
Notifications
You must be signed in to change notification settings - Fork 1
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
Failure to compile on armv7hl #6
Labels
Comments
Jolla SDK manages to work just fine in this case:
|
And when taking QEMU from Jolla's SDK (qemu-arm-static), it all works using Docker too. As soon as you reconfigure binfmt to use it! Versions:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some packages may fail to compile on armv7hl while on 64bit host. It is possible that it is related to QEMU issue https://gitlab.com/qemu-project/qemu/-/issues/263
Workaround is to use static QEMU compiled for 32bit host, for example the one distributed by Jolla with their SDK.
Original issue and discussion below:
While i486 and aarch64 compile fine, armv7hl fails with qmake message indicating failure to find
qtsvg.pro
in current directory. It reminds of QEMU bug. However in this case, we don't have "Unknown syscall 397" - that was supposed to be fixed a while ago, in QEMU version 5 (running version 7.2.0). Traces from failing and aarch64 cases are shown below.armv7hl Failed
aarch64 Works
The text was updated successfully, but these errors were encountered: