-
Notifications
You must be signed in to change notification settings - Fork 80
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
Troubleshooting #260
Comments
For general question's feel free to join the matrix chat Can you clarify what your actual problem is? You did follow either and you can not get passed the point off adding the esp32c3 riscv32imc-esp-idf target to your already installed rustc nightly toolchain? what is the output of |
Thanks for the kind reply. If it's preferred in the matrix/ not on topic for std-training I can move this to the matrix. I followed the std-training book last as it seemed to be the most recently updated. `$ rustup show installed toolchainsstable-x86_64-unknown-linux-gnu (default) installed targets for active toolchainriscv32imac-unknown-none-elf active toolchainstable-x86_64-unknown-linux-gnu (default) ` I remember a year ago the process to getting a properly configured environment for esp was way harder than it is supposed to be according to the docs today. After rebooting between yesterday and today :
Yields no result, I'm 99.99% certain yesterday it found all the idf triples. Now the above error message makes way more sense. PS: before coming here I checked the rust on esp book and a bunch of other places as well, I don't remember all of the ressources I tried :/ |
We clarified in the matrix chat that he has a working rust compiler version installed. This 4 steps let to him to test out that he had a working env.
|
You dont need to install the target with |
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?
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.
The text was updated successfully, but these errors were encountered: