std-training icon indicating copy to clipboard operation
std-training copied to clipboard

Troubleshooting

Open newcomertv opened this issue 8 months ago • 4 comments

I've been trying to figure out what I'm doing wrong for a while. While attempting to do so I came across this book where looking to fix or explain why this is an issue seems to be in scope. Is this the right place?

rustup +nightly-2024-06-30 target add riscv32imc-esp-espidf error: toolchain 'nightly-2024-06-30-x86_64-unknown-linux-gnu' does not support target 'riscv32imc-esp-espidf' note: you can see a list of supported targets with rustc --print=target-list note: if you are adding support for a new target to rustc itself, see https://rustc-dev-guide.rust-lang.org/building/new-target.html

Given how well the rest of it all works I am surprised this part doesn't work as I would expect. Is this an expected issue because you can't add a Tier 3 target over rustup? I though Tier 3 meant the target might not exist but since the nightly version is specified in the book I don't see how this is the case here.

newcomertv avatar Jul 02 '24 15:07 newcomertv