-
Notifications
You must be signed in to change notification settings - Fork 126
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
Build from master
fails - need to use patched cmake
#348
Comments
same probleme here |
@leaderiop You can try this, I haven't had a chance to try it yet hardware-check build fails with "unknown target riscv32imc_zicsr_zifencei-esp-espidf |
@hhy50 @leaderiop You need to add this to your [patch.crates-io]
cmake = { git = "https://github.com/ivmarkov/cmake-rs" } |
master
fails - need to use patched cmake
@ivmarkov hi, Why does this error occur when I delete the patch for esp-idf-sys?
|
Because the newly released cc-rs crate does not support this trick anymore. |
cargo.toml:
log:
The text was updated successfully, but these errors were encountered: