-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error compiling on aarch64 #142
Comments
Getting the same issue also when trying to cross compile on amd64 machine
|
While waiting to understand the issue, you can try to compile DirectFB2 without NEON assembly support by setting -Dneon=false when running meson. |
Setting neon to false solved the issue, thanks |
Thanks @caramelli - disabling Neon fixed the same issue for me on ArmV8/aarch64. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error compiling on arm64 platforms, get a whole bunch of assembly errors after meson is trying to compile gfx_generic_generic.c.o
Tried on a few platforms, same issue everywhere
Not sure what might be the issue, appreciate any help
The text was updated successfully, but these errors were encountered: