D:\work\esp\demo\play_mp3_control>idf.py set_target esp32s3
Executing action: set_target
Running cmake in directory d:\work\esp\demo\play_mp3_control\build
Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DCCACHE_ENABLE=1 d:\work\esp\demo\play_mp3_control"...
fatal: not a git repository (or any of the parent directories): .git
-- Found Git: D:/work/esp/Espressif-4.3.6/tools/idf-git/2.39.2/cmd/git.exe (found version "2.39.2.windows.1")
-- IDF_TARGET not set, using default target: esp32
-- ccache will be used for faster recompilation
-- The C compiler identification is GNU 8.4.0
-- The CXX compiler identification is GNU 8.4.0
-- The ASM compiler identification is GNU
-- Found assembler: D:/work/esp/Espressif-4.3.6/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe
-- Check for working C compiler: D:/work/esp/Espressif-4.3.6/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe
-- Check for working C compiler: D:/work/esp/Espressif-4.3.6/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: D:/work/esp/Espressif-4.3.6/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe
-- Check for working CXX compiler: D:/work/esp/Espressif-4.3.6/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Project is not inside a git repository, or git repository has no commits; will not use 'git describe' to determine PROJECT_VER.
-- Building ESP-IDF components for target esp32
CMake Error at D:/work/esp/Espressif-4.3.6/frameworks/esp-idf-v4.3.6/tools/cmake/build.cmake:193 (message):
  Failed to resolve component 'esp-adf-libs'.
Call Stack (most recent call first):
  D:/work/esp/Espressif-4.3.6/frameworks/esp-idf-v4.3.6/tools/cmake/build.cmake:219 (__build_resolve_and_add_req)
  D:/work/esp/Espressif-4.3.6/frameworks/esp-idf-v4.3.6/tools/cmake/build.cmake:220 (__build_expand_requirements)
  D:/work/esp/Espressif-4.3.6/frameworks/esp-idf-v4.3.6/tools/cmake/build.cmake:225 (__build_expand_requirements)
  D:/work/esp/Espressif-4.3.6/frameworks/esp-idf-v4.3.6/tools/cmake/build.cmake:472 (__build_expand_requirements)
  D:/work/esp/Espressif-4.3.6/frameworks/esp-idf-v4.3.6/tools/cmake/project.cmake:454 (idf_build_process)
  CMakeLists.txt:10 (project)


-- Configuring incomplete, errors occurred!
See also "D:/work/esp/demo/play_mp3_control/build/CMakeFiles/CMakeOutput.log".
cmake failed with exit code 1
