Skip to content
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

I was trying to do a no-std version of Led using esp32c3 board and the build keeps failing, how can I solve this? #310

Closed
Joseph-Okoth opened this issue May 31, 2024 · 1 comment

Comments

@Joseph-Okoth
Copy link

error: failed to run custom build command for xtensa-lx-rt v0.16.0

Caused by:
process didn't exit successfully: /home/jonyach/esp32c3/led1-nstd/target/release/build/xtensa-lx-rt-c129fc02a15c3962/build-script-build (exit status: 101)
--- stderr
thread 'main' panicked at /home/jonyach/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xtensa-lx-rt-0.16.0/build.rs:25:14:
Either the esp32, esp32s2, esp32s3 or esp8266 feature must be enabled
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

@Vollbrecht
Copy link
Collaborator

Are you trying to mix the esp-hal with esp-idf-sys? They are not compatible, e.g you either have to use esp-hal or esp-idf-hal/svc ontop of esp-idf-sys

@ivmarkov ivmarkov closed this as completed Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants