-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hardware-check build fails with "unknown target riscv32imc_zicsr_zifencei-esp-espidf" #266
Comments
yeah that is a regression introduced by the latest release of the 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. |
Thanks! Adding cc 1.1.31 resolved this for now. |
Will keep this open until rust-lang/cmake-rs#225 is merged, once merged and released, this should be fixed |
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: