ESP-ADF环境配置有问题 Failed to resolve component 'esp-adf-libs'.
Posted: Sun Oct 16, 2022 10:28 am
E:\ESP32\play_mp3_control>idf.py set-target esp32
Adding "set-target"'s dependency "fullclean" to list of commands with default set of options.
Executing action: fullclean
Build directory 'e:\esp32\play_mp3_control\build' not found. Nothing to clean.
Executing action: set-target
Set Target to: esp32, new sdkconfig created. Existing sdkconfig renamed to sdkconfig.old.
Running cmake in directory e:\esp32\play_mp3_control\build
Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DIDF_TARGET=esp32 -DCCACHE_ENABLE=1 e:\esp32\play_mp3_control"...
fatal: not a git repository (or any of the parent directories): .git
-- Found Git: D:/esp/esptools/Espressif/tools/idf-git/2.34.2/cmd/git.exe (found version "2.34.1.windows.1")
-- Component directory D:/esp/esp_codes/esp-adf/components/esp-adf-libs does not contain a CMakeLists.txt file. No component will be added
-- Component directory D:/esp/esp_codes/esp-adf/components/esp-sr does not contain a CMakeLists.txt file. No component will be added
-- 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:/esp/esptools/Espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: D:/esp/esptools/Espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: D:/esp/esptools/Espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe - skipped
-- 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:/esp/esptools/Espressif/frameworks/esp-idf-v4.4.2/tools/cmake/build.cmake:201 (message):
Failed to resolve component 'esp-adf-libs'.
Call Stack (most recent call first):
D:/esp/esptools/Espressif/frameworks/esp-idf-v4.4.2/tools/cmake/build.cmake:227 (__build_resolve_and_add_req)
D:/esp/esptools/Espressif/frameworks/esp-idf-v4.4.2/tools/cmake/build.cmake:228 (__build_expand_requirements)
D:/esp/esptools/Espressif/frameworks/esp-idf-v4.4.2/tools/cmake/build.cmake:233 (__build_expand_requirements)
D:/esp/esptools/Espressif/frameworks/esp-idf-v4.4.2/tools/cmake/build.cmake:509 (__build_expand_requirements)
D:/esp/esptools/Espressif/frameworks/esp-idf-v4.4.2/tools/cmake/project.cmake:384 (idf_build_process)
CMakeLists.txt:10 (project)
-- Configuring incomplete, errors occurred!
如题 有没有大佬给解答一下 这该怎么办?
See also "E:/ESP32/play_mp3_control/build/CMakeFiles/CMakeOutput.log".
cmake failed with exit code 1
我试了各种版本的 IDF(4.4.2 4.4 4.1)
ADF是master分支
Failed to resolve component 'esp-adf-libs'.
都是在set-target esp32的时候报这个错
ESP-IDF好像是能正常运行 我往板子里少了个blink的例程 是没问题的
Adding "set-target"'s dependency "fullclean" to list of commands with default set of options.
Executing action: fullclean
Build directory 'e:\esp32\play_mp3_control\build' not found. Nothing to clean.
Executing action: set-target
Set Target to: esp32, new sdkconfig created. Existing sdkconfig renamed to sdkconfig.old.
Running cmake in directory e:\esp32\play_mp3_control\build
Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DIDF_TARGET=esp32 -DCCACHE_ENABLE=1 e:\esp32\play_mp3_control"...
fatal: not a git repository (or any of the parent directories): .git
-- Found Git: D:/esp/esptools/Espressif/tools/idf-git/2.34.2/cmd/git.exe (found version "2.34.1.windows.1")
-- Component directory D:/esp/esp_codes/esp-adf/components/esp-adf-libs does not contain a CMakeLists.txt file. No component will be added
-- Component directory D:/esp/esp_codes/esp-adf/components/esp-sr does not contain a CMakeLists.txt file. No component will be added
-- 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:/esp/esptools/Espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: D:/esp/esptools/Espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: D:/esp/esptools/Espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe - skipped
-- 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:/esp/esptools/Espressif/frameworks/esp-idf-v4.4.2/tools/cmake/build.cmake:201 (message):
Failed to resolve component 'esp-adf-libs'.
Call Stack (most recent call first):
D:/esp/esptools/Espressif/frameworks/esp-idf-v4.4.2/tools/cmake/build.cmake:227 (__build_resolve_and_add_req)
D:/esp/esptools/Espressif/frameworks/esp-idf-v4.4.2/tools/cmake/build.cmake:228 (__build_expand_requirements)
D:/esp/esptools/Espressif/frameworks/esp-idf-v4.4.2/tools/cmake/build.cmake:233 (__build_expand_requirements)
D:/esp/esptools/Espressif/frameworks/esp-idf-v4.4.2/tools/cmake/build.cmake:509 (__build_expand_requirements)
D:/esp/esptools/Espressif/frameworks/esp-idf-v4.4.2/tools/cmake/project.cmake:384 (idf_build_process)
CMakeLists.txt:10 (project)
-- Configuring incomplete, errors occurred!
如题 有没有大佬给解答一下 这该怎么办?
See also "E:/ESP32/play_mp3_control/build/CMakeFiles/CMakeOutput.log".
cmake failed with exit code 1
我试了各种版本的 IDF(4.4.2 4.4 4.1)
ADF是master分支
Failed to resolve component 'esp-adf-libs'.
都是在set-target esp32的时候报这个错
ESP-IDF好像是能正常运行 我往板子里少了个blink的例程 是没问题的