| 1234567891011121314151617181920212223242526272829303132333435363738 |
- "D:\01app\clion\CLion 2024.2.3\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_MAKE_PROGRAM=D:/01app/clion/CLion 2024.2.3/bin/ninja/win/x64/ninja.exe" -G Ninja -S E:\01project\01\wire-controller -B E:\01project\01\wire-controller\cmake-build-debug
- -- Building ESP-IDF components for target esp32s3
- -- Checking Python dependencies...
- Python requirements are satisfied.
- Constraint file: D:\01app\ESPIDE\516\Espressif\espidf.constraints.v5.1.txt
- Requirement files:
- - D:\01app\ESPIDE\516\Espressif\frameworks\esp-idf-v5.1.6\tools\requirements\requirements.core.txt
- Python being checked: D:\01app\ESPIDE\516\Espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe
- NOTICE:
- Following dependencies have new versions available:
- Dependency "espressif/esp_lcd_touch_gt911": "1.1.2" -> "1.1.3"
- Consider running "idf.py update-dependencies" to update your lock file.
- NOTICE: Processing 10 dependencies:
- NOTICE: [1/10] espressif/cmake_utilities (0.5.3)
- NOTICE: [2/10] espressif/esp-modbus (2.0.2)
- NOTICE: [3/10] espressif/esp_io_expander (1.0.1)
- NOTICE: [4/10] espressif/esp_lcd_panel_io_additions (1.0.1)
- NOTICE: [5/10] espressif/esp_lcd_st7701 (1.1.0)
- NOTICE: [6/10] espressif/esp_lcd_touch (1.1.2)
- NOTICE: [7/10] espressif/esp_lcd_touch_ft5x06 (1.0.7)
- NOTICE: [8/10] espressif/esp_lcd_touch_gt911 (1.1.2)
- NOTICE: [9/10] lvgl/lvgl (9.2.2)
- NOTICE: [10/10] idf (5.1.6)
- -- DEBUG: Use esp-modbus component folder: E:/01project/01/wire-controller/managed_components/espressif__esp-modbus.
- -- Project sdkconfig file E:/01project/01/wire-controller/sdkconfig
- Compiler supported targets: x86_64-w64-mingw32
- CMake Error at D:/01app/ESPIDE/516/Espressif/frameworks/esp-idf-v5.1.6/components/xtensa/project_include.cmake:18 (message):
- Internal error, toolchain has not been set correctly by project (or an
- invalid CMakeCache.txt file has been generated somehow)
- Call Stack (most recent call first):
- D:/01app/ESPIDE/516/Espressif/frameworks/esp-idf-v5.1.6/tools/cmake/build.cmake:398 (include)
- D:/01app/ESPIDE/516/Espressif/frameworks/esp-idf-v5.1.6/tools/cmake/build.cmake:628 (__build_process_project_includes)
- D:/01app/ESPIDE/516/Espressif/frameworks/esp-idf-v5.1.6/tools/cmake/project.cmake:604 (idf_build_process)
- CMakeLists.txt:8 (project)
- -- Configuring incomplete, errors occurred!
|