obitvn / felini-hardware

An extremely affordable and user-friendly pocket-sized electronic lab that is easy to replicate
GNU General Public License v3.0
128 stars 26 forks source link

Compiler error:Failed to resolve component 'i2c_manager'. #2

Closed oldgerman closed 3 weeks ago

oldgerman commented 3 weeks ago
Building from external terminal - Generate hex file
-- Found Git: D:/Espressif/tools/idf-git/2.39.2/cmd/git.exe (found version "2.39.2.windows.1") 
-- Component directory D:/ODG-PROJECT/felini/felini-firmware-main/components/i2c_manager does not contain a CMakeLists.txt file. No component will be added
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: D:/Espressif/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc.exe
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: D:/Espressif/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-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:/Espressif/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-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 esp32s3
Processing 1 dependencies:
[1/1] idf (5.1.0)
-- LovyanGFX use components = nvs_flash;efuse;esp_lcd;driver;esp_timer
CMake Error at D:/ODG-PROJECT/ESP32/esp/v5.1/esp-idf/tools/cmake/build.cmake:266 (message):
  Failed to resolve component 'i2c_manager'.
Call Stack (most recent call first):
  D:/ODG-PROJECT/ESP32/esp/v5.1/esp-idf/tools/cmake/build.cmake:302 (__build_resolve_and_add_req)
  D:/ODG-PROJECT/ESP32/esp/v5.1/esp-idf/tools/cmake/build.cmake:595 (__build_expand_requirements)
  D:/ODG-PROJECT/ESP32/esp/v5.1/esp-idf/tools/cmake/project.cmake:464 (idf_build_process)
  CMakeLists.txt:118 (project)

-- Configuring incomplete, errors occurred!
See also "D:/ODG-PROJECT/felini/felini-firmware-main/build/CMakeFiles/CMakeOutput.log".

 *  终端进程“C:\Windows\System32\cmd.exe /d /c cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B d:\ODG-PROJECT\felini\felini-firmware-main\build -S d:\ODG-PROJECT\felini\felini-firmware-main”已终止,退出代码: 1。