espressif / esp-skainet

Espressif intelligent voice assistant
Other
569 stars 127 forks source link

Configuration incomplete, errors occurred! (AIS-964) #62

Closed todd2023 closed 1 year ago

todd2023 commented 2 years ago

trying to run en_speech_commands_recognition example and got the following error: Configuration incomplete, error occurred!

I tried-> idf.py set-target esp32s3 error in build.cmake:227 where would be a good place to locate error? please help

feizi commented 2 years ago

please try to replace sdkconfig with sdkconfig.defaults.esp32s3 and rebuild

idf.py clean
cp sdkconfig.defaults.esp32s3 sdkconfig
idf.py flash monitor
fenilGhoghari commented 1 year ago

Please try to change idf-sdk as i have tested with V4.4 and every thing is working fine