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
yeah that is a regression introduced by the latest release of the cc-rs crate yesterday. We don't directly depend on it but do so through the cmake crate and thous can't pin the dependency.
In order to make it work you need to add a cc version < 1.1.32 explicitly into your binary Cargo.toml as a dependancy. That should make it work.
The hardware-check fails to build, dying with the error:
Gist with full output.
Calling
rustc --print=target-list
I seeriscv32imc-esp-espidf
but notriscv32imc_zicsr_zifencei-esp-espidf
I also tried the docker container but to my surprise I saw the same error there too.
My host environment is x86 Linux 6.9.3, Pop OS 24.04 noble (Ubuntu derived)
The text was updated successfully, but these errors were encountered: