Closed maelp closed 3 years ago
warning: cargo:rustc-link-arg requires -Zextra-link-arg flag
That's not a good indication. Can you run run cargo --version
and rustc --version
and let me know the outcome?
(the '+memctl' is not a recognized feature for this target (ignoring feature)
you can safely ignore)
❯ cargo --version ±[●][main]
cargo 1.54.0-dev
❯ rustc --version ±[●][main]
rustc 1.54.0-dev
I'm on osX, and I've followed your installation guide. I know my Rust extensa toolchain works because I've been able to compile https://github.com/espressif/rust-esp32-example and make it work
when running
cargo build
I get: