-
Notifications
You must be signed in to change notification settings - Fork 113
Missing arm-linux-androideabi-gcc #208
Comments
I am also getting similar issues with NDK version 19.2.* cargo apk build Compiling android_native_app_glue.c error: could not execute process |
I tried "r18b" NDK and now getting a different error:
|
What does -c do in this command? |
-c Only run preprocess, compile, and assemble steps |
Looks like GCC not a part of the NDK. |
How to solve it? |
@shijunti19 you need to download a revision before r18b, where GCC is still present e.g. That made |
Fixed by #223. |
@mb64 Could you please explain how to use master ("manual usage")? If I do what's in the readme now it still shows the same error. |
The version on crates.io is an older version unfortunately. See #221. To work around, either use the docker or checkout the code from git and install using |
Following the readme instructions and reaching the point of running it:
Checking the binaries in this folder:
The text was updated successfully, but these errors were encountered: