-
Notifications
You must be signed in to change notification settings - Fork 119
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
Error when installing 2.1.0 for ESP8266 support #690
Comments
You should be able to download a pre-compiled binary from the release page, assuming you are running a supported platform: If this is not possible, or does not work for some reason, I would suggest installing an older version of the toolchain and trying to install $ rustup toolchain install 1.79.0
$ cargo +1.79.0 install cargo-espflash --locked Hopefully this will work, I'm just kind of assuming it will; I have not run these commands locally. Hopefully you are successful using either of these methods. |
I can confirm with Rust 1.79.0 it worked to build from source. Thank you |
Yes I understand. Unfortunately, we have limited resources and given the nearing EOL of the ESP8266 and lack of any similarities to the other chips, we have opted not to support it. Glad to hear you ultimately got things working. |
I try to use
cargo espflash
to flash my ESP8266.I understand the recent version does not support the ESP8266, but the 2.x versions should (see here: #519)
My setup:
cargo 1.81.0
rustc 1.81.0
Error:
Do you have an idea how to fix that? Downgrading my rustc?
Last commit to minimal-lexical was 2 years ago.
I can use the binary version (
cargo binstall [email protected]
), but still I'd prefer to build it myself.The text was updated successfully, but these errors were encountered: