Replies: 0 comments 3 replies
-
|
I solved this problem using GNU Binutils, but a new problem appeared, the error message is as follows: And I check the format of the file It's an ELF executable file and I cannot run it on macOS directly. Does it mean that I only can build android library on Linux? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to build android node library following here on my arm macbook. To get shared library, I modify the code in android_configure.py:77 by adding
--sharedbut run
make -j4failed and I got following message:Does it mean
arin macOS cannot use@symbol? And how can I solve it?Beta Was this translation helpful? Give feedback.
All reactions