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
Originally posted by brentalanmiller November 14, 2022
I'm not sure if this is a bug in cross or zstd-sys, but when I try to build a package that depends on zstd-sys, it throws an error:
Basically, its looking for the command mips-linux-musl-ar and not mips-linux-muslsf-ar, which is strange because it used the correct version of gcc, mips-linux-muslsf-gcc.
I can work around this by simply adding a pre-build script that links mips-linux-muslsf-ar to mips-linux-musl-ar to my Cross.toml:
Discussed in #1136
Originally posted by brentalanmiller November 14, 2022
I'm not sure if this is a bug in cross or zstd-sys, but when I try to build a package that depends on zstd-sys, it throws an error:
Basically, its looking for the command
mips-linux-musl-ar
and notmips-linux-muslsf-ar
, which is strange because it used the correct version of gcc,mips-linux-muslsf-gcc
.I can work around this by simply adding a pre-build script that links
mips-linux-muslsf-ar
tomips-linux-musl-ar
to my Cross.toml:But I wasn't sure if this is an issue that should be raised here or with zstd-sys.
Also related is #1100.
The text was updated successfully, but these errors were encountered: