You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
mips-linux-muslsf-ar: creating apps/libapps.a
/bin/sh: 1: mips-linux-musl-ranlib: not found
mips-linux-muslsf-ar: creating libcrypto.a
/bin/sh: 1: mips-linux-musl-ranlib: not found
mips-linux-muslsf-ar: creating libssl.a
/bin/sh: 1: mips-linux-musl-ranlib: not found
...
Checklist
Describe your issue
I cannot build a project that uses openssl on mips-unknown-linux-musl as it cannot find mips-linux-musl-ranlib.
Adding:
Fixes the issue.
This seems like its related to #1137
What target(s) are you cross-compiling for?
mipsel-unknown-linux-musl
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.5 (b7f7ace 2023-05-18)
Example
Gives the build error:
Now uncomment the following in
Cross.toml
And the build succeeds.
Additional information / notes
No response
The text was updated successfully, but these errors were encountered: