aarch64-linux-android-ar
not installed
#8214
-
I'm trying to compile a rust program but it fails to build one of the dependencies with the error: I've been searching for a while but I can't find a package that gives me this binary, does anyone know? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Try installing the |
Beta Was this translation helpful? Give feedback.
-
To fix copy and rename Do this for all your target arch. |
Beta Was this translation helpful? Give feedback.
-
We should probably patch the rust package to use llvm-ar instead, as I did with the Swift package. I don't use rust, so will have to be someone who uses it. |
Beta Was this translation helpful? Give feedback.
Try installing the
binutils
package, or useAR=llvm-ar <your cargo build command>