Open aksh2412 opened 2 years ago
Hello,
We are using ESP-IDF release/v4.2.
Downloaded esp-va-sdk in same folder where our esp-idf resides
Imported amazon_alexa example to esp idf eclipse.
Added AUDIO_BOARD_PATH in c/c++ build->environment.
Build and got error:
Changed IDF_PATH to /c/esp-idf, got another error:
The file project.mk is present at that location.
NOTE: Same example is compiling and running on mac machine by just cloning esp idf and esp-va-sdk.
Any help will be appreciate.
Have you declared the IDF_PATH environment variable?
Hello,
We are using ESP-IDF release/v4.2.
Downloaded esp-va-sdk in same folder where our esp-idf resides
Imported amazon_alexa example to esp idf eclipse.
Added AUDIO_BOARD_PATH in c/c++ build->environment.
Build and got error:
Changed IDF_PATH to /c/esp-idf, got another error:
The file project.mk is present at that location.
NOTE: Same example is compiling and running on mac machine by just cloning esp idf and esp-va-sdk.
Any help will be appreciate.