-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Android NDK 18b issues #1525
Comments
Has this been resolved with r18c or a newer libffi release? I've never seen these problems even using libffi, so maybe we can just tell people to use r18c and it'll work fine for the future |
I found this still happened with NDK 19 in #1612, so we'll need to deal with this it seems. |
FYI, libffi can be made to compile with NDK 19 by setting |
Thanks @dbrnz, that's great to know. |
Fixed via #1722 |
Libffi latest stable version is incompatible with Android NDK 18b:
It appears to be because of clang 7.0, which doesn't accept deprecated functions.
The Android libffi version have fixes: https://android.googlesource.com/platform/external/libffi/+/ca22c3cb49a8cca299828c5ffad6fcfa76fdfa77
Didn't tested if libffi master have the fixes, but stable don't.
The text was updated successfully, but these errors were encountered: