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

Some dependencies perhaps not met with v5 IDF and MDF #325

Open
mathos00 opened this issue Feb 14, 2023 · 0 comments
Open

Some dependencies perhaps not met with v5 IDF and MDF #325

mathos00 opened this issue Feb 14, 2023 · 0 comments

Comments

@mathos00
Copy link

Not sure if this is really an issue, but:

Did a fresh install of v5 IDF under Windows 11. Tested with Hello_World and Blink, which worked fine. Am using the Powershell environment created by the IDF.

Then did a fresh install of the MDF via git, as per instructions here (which mirror instructions on the Espressif website).

Tried to run "idf.py menuconfig" in the "get-started" directory, but got errors referring to possible component dependency issues related to mdns and coap.

Looked up mdns and coap on https://components.espressif.com/, and noted the commands to run:

idf.py add-dependency "espressif/coap^4.3.1~1"
idf.py add-dependency "espressif/mdns^1.0.8"

Then "idf.py menuconfig" worked, so appears it was an dependency issue.

Not sure why those don't seem to show up in the default setup. In any case, it can be a bit confusing, especially since there is no note in the setup guide that one might run into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant