I setup my environment with "esp-idf-tools-setup-2.1.exe" under Windows 8. After that the IDF samples can be compiled and flashed without any problems.
Then I added the "esp-adf-master" folder into esp32 folder with the adf-sdk inside and added the environment variable "ADF_PATH" pointing to this folder. But I canot compile the samples without errors:
"CMake Error at C:/Users/test/Desktop/ESP32/esp-idf-v3.3/tools/cmake/component_utils.cmake:20 (message):
Required component esp-adf-libs is not found in any of the provided COMPONENT_DIRS"
I invoke just "idf.py build", as recommended in the getting started info. As to be read there, there is no need to use MSYS2 environment. But in the description of adding a path to the environment the is "export....".
Does anyone have a solution/explanation for that?
Why there is a subfolder "esp-idf" under "esp-adf-master"??
Using Windows 8, Phyton 3.7, actual stable versions of idf and adf.
Thanks in advance
Can't compile ADF expamles
Re: Can't compile ADF expamles
ESP-ADF currently is working with this esp-idf commit, thats why esp-idf folder is inside adf project:
https://github.com/espressif/esp-idf/tr ... ad161f2996
You need to change IDF_PATH to point this one inside ADF project or checkout your esp-idf to this commit.
https://github.com/espressif/esp-idf/tr ... ad161f2996
You need to change IDF_PATH to point this one inside ADF project or checkout your esp-idf to this commit.
Re: Can't compile ADF expamles
Unfortunately it doesn't help :
trying on Windows10 stable esp-idf v3.3
ADF_PATH = C:\Users\myUsername\Desktop\esp-adf
IDF_PATH = C:\Users\myUsername\Desktop\esp-adf\esp-idf
getting the same error as proggi_DE
meanwhile on Debian9 stable esp-idf v3.3 it's working with default PATHs:
ADF_PATH=/home/support/esp/esp-adf
IDF_PATH=/home/support/esp/esp-idf
trying on Windows10 stable esp-idf v3.3
ADF_PATH = C:\Users\myUsername\Desktop\esp-adf
IDF_PATH = C:\Users\myUsername\Desktop\esp-adf\esp-idf
getting the same error as proggi_DE
meanwhile on Debian9 stable esp-idf v3.3 it's working with default PATHs:
ADF_PATH=/home/support/esp/esp-adf
IDF_PATH=/home/support/esp/esp-idf
Who is online
Users browsing this forum: No registered users and 12 guests