-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Failed to resolve component 'mdns' (IDFGH-11204) #8740
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
Failed to resolve component 'mdns' (IDFGH-11204) #8740
Comments
The issue is probably in arduino-esp32's CMakeLists.txt: Line 212 in 1f1a9ae
Over there, To fix this, |
Also, we really should have a CI job to verify that arduino-esp32 can be successfully used as a component in an plain IDF project (without the lib-builder). |
We have it on 4.4 and was turned off here a while ago because there was no way to do it at the time (5.1 as master). Will turn it on again and make sure dependencies are properly declared. |
…8743) (#282) Fixes: espressif#8740 Co-authored-by: Me No Dev <[email protected]>
Thanks for the fast fix ! I still have one question. When I follow procedure, I have an error about FREERTOS frequency being 100 instead of 1000. Otherwise it works fine ! 👍 |
you can have a |
Answers checklist.
IDF version.
v5.1.1
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
What is the expected behavior?
I followed the guide on how to integrate arduino-esp32 in idf.
In the documentation it is mention we can install the component in global component directory so this is what I did.
In
~esp-idf/components
I didThen in a fresh new project, when I run
idf.py menuconfig
I expect the command to display menuconfig with arduino option as describe in documentationWhat is the actual behavior?
Instead I got this error when running
idf.py menuconfig
Steps to reproduce.
cd ~esp-idf/components
idf.py create-project toto && cd toto && idf.py menuconfig
Build or installation Logs.
More Information.
I tried to add an extra directory for component but did not change a thing.
I am for sure missing something but cannot figure out what
The text was updated successfully, but these errors were encountered: