-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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 from sources for android fails (cctest link failure?) #6035
Comments
For the record: Android is not a supported platform; we accept patches but we won't, in general, help you debug issues. You can try skipping |
Ref: nodejs/build#359 |
@bnoordhuis Ok, I see. That's a pity. However, I think this should be better highlighted in the official docs. Also thanks for the hint, that got me go a bit further, but now I think I'm having troubles linking openssl. Do you also know how to avoid the errors reported here? node_build_log_err.txt |
You are not wrong. Here's a PR trying to do that: #6040 |
PR-URL: nodejs#6040 Refs: nodejs#6035 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
Closing, don't think there's anything left to do. |
Trying to build nodejs executable for Android.
Development machine: Mac OSX 10.11.4
Node Version: either latest checkout or v5.10.0
Platform: Android
NDK: android-ndk-r11b
Following instruction at build instructions produces a linking error. I have no clue on how to proceed.
Either the aforementioned documentation is wrong/incomplete, or something's broken in the makefiles
The text was updated successfully, but these errors were encountered: