Open stone-tong opened 2 years ago
Can you use IDF version release/v4.2 and try again?
Can you use IDF version release/v4.2 and try again?
change esp-idf version to 4.2 and after compile, getting the following error
esp-va-sdk/examples/common/app_wifi.c:184:5: error: implicit declaration of function 'adc_power_acquire'; did you mean 'adc_power_off'? [-Werror=implicit-function-declaration] adc_power_acquire(); ^~~~~~~~~~~~~~~~~ adc_power_off
so this function is not defined.
undefined reference to `xTaskNotify' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. ninja failed with exit code 1
-- 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:
ESP_PLATFORM
PYTHON_DEPS_CHECKED
CMake Generate step failed. Build files cannot be regenerated correctly.
esp-idf version is 4.4