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

Can't build esp-idf-svc #344

Closed
OrganomagnesiumHalide opened this issue Jan 14, 2024 · 3 comments
Closed

Can't build esp-idf-svc #344

OrganomagnesiumHalide opened this issue Jan 14, 2024 · 3 comments

Comments

@OrganomagnesiumHalide
Copy link

OrganomagnesiumHalide commented Jan 14, 2024

I generated a project using cargo generate esp-rs/esp-idf-template and ran cargo build --release. I received the following error:

feature_caps: unsafe { g_wifi_feature_caps },
    |                                    ^^^^^^^^^^^^^^^^^^^ not found in this scope

It's in esp-idf-svc-0.47.3/src/wifi.rs:498:36 and has been noticed before.

@Vollbrecht
Copy link
Collaborator

Its already fixed on github master branch. Please use it overriding the crates.io dependency till a patch release.

@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Jan 14, 2024
@github-project-automation github-project-automation bot moved this from Done to In Progress in esp-rs Jan 14, 2024
@OrganomagnesiumHalide
Copy link
Author

OrganomagnesiumHalide commented Jan 14, 2024

Now I get

error: failed to select a version for `embedded-svc`.
    ... required by package `esp-idf-svc v0.47.3 (https://github.com/esp-rs/esp-idf-svc#0cc687be)`
versions that meet the requirements `^0.26.4` (locked to 0.26.4) are: 0.26.4
the package `esp-idf-svc` depends on `embedded-svc`, with features: `asyncify` but `embedded-svc` does not have these features.

@ivmarkov
Copy link
Collaborator

#345 (comment)

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