-
Notifications
You must be signed in to change notification settings - Fork 26
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
Reproduction #458 RISC-V install fail #480
Comments
I'm having the same issue. |
Could you please prioritize releasing this patch? I believe it addresses a critical bug that is causing numerous downstream infrastructure to malfunction, such as the complete failure of RISC-V target in esp-idf-template. Before Fixed #481 |
Update to main with: Closed by #481 |
|
Bug description
Address the issue:
It says: Comma-separated list of targets to be added on installation
case 1:
rustup toolchain install nightly --profile minimal --component rust-src --target riscv32imc-unknown-none-elf,riscv32imac-unknown-none-elf,riscv32imafc-unknown-none-elf
OKcase 2:
rustup toolchain install nightly --profile minimal --component rust-src --target riscv32imc-unknown-none-elf --target riscv32imac-unknown-none-elf --target riscv32imafc-unknown-none-elf
OKespup's method:
Outdated:
Since espup directly ignore the stderr, the error information is lost. The method (-l debug) you mentioned not working in #458 .
espup/src/toolchain/rust.rs
Lines 379 to 380 in 8d0109e
To allow you to successfully reproduce, I think using GitHub codespace is a good solution,
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Install RISC-V Rust target successful.
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: