janick / WT32-SqLn

Getting started with Wireless Tag's WT32-SC01 Plus using SquareLine Studio and LVGL
MIT License
84 stars 11 forks source link

VSC no cmake list #15

Open Grzeebcio opened 8 months ago

Grzeebcio commented 8 months ago

hello, i try compile in vsc but i have problem. Who not found cmakelist? ` Executing task: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B c:\Users\Patryk\WT32-SqLn\build -S c:\Users\Patryk\WT32-SqLn

-- Found Git: C:/Users/Patryk/vsc/.espressif/tools/idf-git/2.39.2/cmd/git.exe (found version "2.39.2.windows.1") -- Component directory C:/Users/Patryk/WT32-SqLn/components/LovyanGFX does not contain a CMakeLists.txt file. No component will be added -- Component directory C:/Users/Patryk/WT32-SqLn/components/lvgl 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: C:/Users/Patryk/vsc/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/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: C:/Users/Patryk/vsc/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/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: C:/Users/Patryk/vsc/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Building ESP-IDF components for target esp32 Processing 2 dependencies: [1/2] espressif/fmt (9.1.0) [2/2] idf (5.1.2) CMake Error at C:/Users/Patryk/vsc/esp/esp-idf/tools/cmake/build.cmake:266 (message): Failed to resolve component 'LovyanGFX'. Call Stack (most recent call first): C:/Users/Patryk/vsc/esp/esp-idf/tools/cmake/build.cmake:302 (build_resolve_and_add_req) C:/Users/Patryk/vsc/esp/esp-idf/tools/cmake/build.cmake:595 (build_expand_requirements) C:/Users/Patryk/vsc/esp/esp-idf/tools/cmake/project.cmake:547 (idf_build_process) CMakeLists.txt:29 (project)

-- Configuring incomplete, errors occurred! See also "C:/Users/Patryk/WT32-SqLn/build/CMakeFiles/CMakeOutput.log".