-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
[deps/zlib] Android arm64 build fails due to missing cpufeatures library #49766
Labels
android
Issues and PRs related to the android platform.
Comments
Closed
Google for "android cpu-features.h not found" - people hit this across various OSS projects and it's always some NDK setup issue. I'm going to close this because a) it's not an issue with node itself, and b) android is not a supported platform, meaning: patches welcome but you're on your own if it doesn't work. Good luck. |
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this issue
Nov 1, 2023
Fixed cpu-features.h not found issue. Co-Authored-By: Luigi Pinca <luigipinca@gmail.com> Fixes: nodejs#49766 PR-URL: nodejs#49828 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
debadree25
pushed a commit
to debadree25/node
that referenced
this issue
Apr 15, 2024
Fixed cpu-features.h not found issue. Co-Authored-By: Luigi Pinca <luigipinca@gmail.com> Fixes: nodejs#49766 PR-URL: nodejs#49828 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I compile the aarch64 Android project I get:
The commands I run to compile the project are:
./android-configure /home/codespace/Android/android-ndk-r26 31 aarch64
make -j4
The text was updated successfully, but these errors were encountered: