-
Notifications
You must be signed in to change notification settings - Fork 24
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
Missing core from xtensa-esp32-none-elf #444
Comments
Hi! I tried reproducing your issue but I was not able to. I followed your reproduction steps, but included
Inside the devcontainer of the project:
|
The previous comment has told me nothing about continuing,
Any information and/or questions more than "it works on my machine" would be appreciated |
In the dev container uses
Have you tried doing
I think you provided all the required information, but there is something wrong in the steps. FYI, I use |
Bug description
Upon a fresh install from cargo (
cargo install espup
):xtensa-esp32-none-elf
has nocore
crateAs well as attempting to remedy the 'may not be installed' message: rust errors saying
toolchain 'esp' does not support components
To Reproduce
Steps to reproduce the behavior:
~/.rustup/toolchains/esp
(if applicable)$ cargo install espup
<-. ~/export-esp.sh
implied$ cargo +esp build
Expected behavior
Clean build of project
Screenshots
Environment
The text was updated successfully, but these errors were encountered: