Skip to content

ESP ALEXA ESP-VA-SDK #184

@prabhu012

Description

@prabhu012

Hi, I am working with ESP-VA-SDK, and I am fairly new to ESP-IDF. I am using the ESP32-S3 Eye v2.2. When I build the code, I am getting this error
and our esp-idf version is 4.4.4 and I also tried esp-idf version V_4.2.4 and V_4.1.4

C:\esp_idf\components\esp-va-sdk\examples\google_voice_assistant>idf.py build
Executing action: all (aliases: build)
Running cmake in directory C:\esp_idf\components\esp-va-sdk\examples\google_voice_assistant\build
Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DCCACHE_ENABLE=1 C:\esp_idf\components\esp-va-sdk\examples\google_voice_assistant"...
-- AUDIO_BOARD_PATH not defined
-- Configuring done

CMake Error

The detected version of Ninja () is less than the version of Ninja required
by CMake (1.3)
.

CMake Warning:
Manually-specified variables were not used by the project:

CCACHE_ENABLE
ESP_PLATFORM
PYTHON_DEPS_CHECKED

CMake Generate step failed. Build files cannot be regenerated correctly.
cmake failed with exit code 1

C:\esp_idf\components\esp-va-sdk\examples\google_voice_assistant>cmake --version
cmake version 3.23.1

CMake suite maintained and supported by Kitware (kitware.com/cmake).

C:\esp_idf\components\esp-va-sdk\examples\google_voice_assistant>ninja --version
1.10.2

C:\esp_idf\components\esp-va-sdk\examples\google_voice_assistant>

Could anyone provide help on how to solve this error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions