https://github.com/espressif/arduino-es ... mponent.md
I am able to reproduce the error found here:
https://github.com/espressif/arduino-esp32/issues/3457
Procedure:
- Checkout v4.1-beta1 IDF branch, and reinstall IDF with Eclipse
- Add hello_world project to Eclipse and ensure hello_world builds
- Follow the guide to add arduino-esp32 as a component
- Refresh project in Eclipses and rebuild
It fails with:
Code: Select all
CMake Error at ~/esp/esp-idf/tools/cmake/build.cmake:186 (message):
Failed to resolve component 'ethernet'.
...
FAILED: build.ninja
Thanks!