Replies: 1 comment 2 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
-
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
--shared
but run
make -j4
failed and I got following message:Does it mean
ar
in macOS cannot use@
symbol? And how can I solve it?Beta Was this translation helpful? Give feedback.
All reactions