-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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 trying to compile for arm+android #9869
Comments
Have you tried the suggested solutions (besides |
@mscdex
then, the error is :
|
What version of node are you trying to build? Not to sound too grumpy but we don't ask that in the issue template for nothing. |
@bnoordhuis |
Can you post the contents of your config.gypi? Please wrap it in backticks so it gets formatted properly. want_separate_host_toolset_mkpeephole should be set to 1 in your case, I think. What is the DEST_CPU environment variable set to? |
@bnoordhuis
and I change android_configure to:
then I compile successed,but the out like this :
I push "node" to my android device, run "node -v", it shows:
my android device os :
thanks for your help |
sigfillset() wasn't added until android 5.0, IIRC. If you can't upgrade, you're probably out of luck. |
@bnoordhuis which version of nodejs not use sigfillset, my android version is 4.4.2,thanks |
I don't know. Probably not any recent version, possibly not any version. I'll go ahead and close the issue, if you don't mind. |
I have encountered the similar error when I tried to cross-build. The reason should be: The "icu" utilities (here is corrupted in "icupkg") were compiled as the target arch, but they should be the host arch. |
There is still the issue with LTS version. As @yeewang is saying. |
/cc @srl295 re ICU |
please take a look here at the end. Somehow I have managed to cross-build the sources |
build with : android-ndk-r12b
thank you for help
The text was updated successfully, but these errors were encountered: