espressif / esp-va-sdk

Espressif's Voice Assistant SDK: Alexa, Google Voice Assistant, Google DialogFlow
Other
292 stars 83 forks source link

amazon_alexa compilation error on ESP IDF Windows #169

Open aksh2412 opened 2 years ago

aksh2412 commented 2 years ago

Hello,

We are using ESP-IDF release/v4.2.

  1. Downloaded esp-va-sdk in same folder where our esp-idf resides

  2. Imported amazon_alexa example to esp idf eclipse.

  3. Added AUDIO_BOARD_PATH in c/c++ build->environment.

  4. Build and got error: error_1

  5. Changed IDF_PATH to /c/esp-idf, got another error: error_2

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.

Gojok commented 2 years ago

Have you declared the IDF_PATH environment variable? image