Command: cmake -G Ninja -B C:\Users\e.adame\Documents\ESP32_Modbus_TCP_to_PICS_MULTI\build -DPYTHON_DEPS_CHECKED=1 -DPYTHON=C:\Espressif\tools\python\v6.0\venv\Scripts\python.exe -DESP_PLATFORM=1 -DCCACHE_ENABLE=False C:\Users\e.adame\Documents\ESP32_Modbus_TCP_to_PICS_MULTI -- IDF_TARGET is not set, guessed 'esp32' from sdkconfig 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/sdkconfig' -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.53.0.windows.1") -- Component directory C:/esp/v6.0/esp-idf/components/mqtt does not contain a CMakeLists.txt file. No component will be added -- Minimal build - OFF -- The C compiler identification is GNU 15.2.0 -- The CXX compiler identification is GNU 15.2.0 -- The ASM compiler identification is GNU -- Found assembler: C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc.exe -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-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:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-g++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git' -- Could not use 'git describe' to determine PROJECT_VER. -- Building ESP-IDF components for target esp32 -- ESP-TEE is currently supported only on the esp32c6;esp32h2;esp32c5;esp32c61 SoCs -- KCONFIG_REPORT_VERBOSITY not set, using default -- Project sdkconfig file C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/sdkconfig -- Compiler supported targets: xtensa-esp-elf -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- App "modbus_tcp_esp32" version: 1 -- Found Python3: C:/Espressif/tools/python/v6.0/venv/Scripts/python.exe (found version "3.13.12") found components: Interpreter -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS -- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success -- Setting up mbedtls configuration -- Linkage type is PUBLIC -- Adding linker script C:/esp/v6.0/esp-idf/components/esp_system/ld/esp32/memory.ld.in -- -> Preprocessing .in script: C:/esp/v6.0/esp-idf/components/esp_system/ld/esp32/memory.ld.in -- Adding linker script C:/esp/v6.0/esp-idf/components/esp_system/ld/esp32/sections.ld.in -- -> Preprocessing .in script: C:/esp/v6.0/esp-idf/components/esp_system/ld/esp32/sections.ld.in -- -> Applying ldgen processing: C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_system/ld/sections.ld.in -- Adding linker script C:/esp/v6.0/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld -- Adding linker script C:/esp/v6.0/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld -- Adding linker script C:/esp/v6.0/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld -- Adding linker script C:/esp/v6.0/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libc-funcs.ld -- Adding linker script C:/esp/v6.0/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld -- Component idf::esp_trace will be linked with -Wl,--whole-archive -- Components: app_trace app_update bootloader bootloader_support bt cmock console cxx driver efuse esp-tls esp_adc esp_app_format esp_blockdev esp_bootloader_format esp_coex esp_common esp_driver_ana_cmpr esp_driver_bitscrambler esp_driver_cam esp_driver_dac esp_driver_dma esp_driver_gpio esp_driver_gptimer esp_driver_i2c esp_driver_i2s esp_driver_i3c esp_driver_isp esp_driver_jpeg esp_driver_ledc esp_driver_mcpwm esp_driver_parlio esp_driver_pcnt esp_driver_ppa esp_driver_rmt esp_driver_sd_intf esp_driver_sdio esp_driver_sdm esp_driver_sdmmc esp_driver_sdspi esp_driver_spi esp_driver_touch_sens esp_driver_tsens esp_driver_twai esp_driver_uart esp_driver_usb_serial_jtag esp_eth esp_event esp_gdbstub esp_hal_ana_cmpr esp_hal_ana_conv esp_hal_cam esp_hal_clock esp_hal_dma esp_hal_gpio esp_hal_gpspi esp_hal_i2c esp_hal_i2s esp_hal_ieee802154 esp_hal_jpeg esp_hal_lcd esp_hal_ledc esp_hal_mcpwm esp_hal_mspi esp_hal_parlio esp_hal_pcnt esp_hal_pmu esp_hal_ppa esp_hal_rmt esp_hal_rtc_timer esp_hal_security esp_hal_timg esp_hal_touch_sens esp_hal_twai esp_hal_uart esp_hal_usb esp_hal_wdt esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_hw_support esp_lcd esp_libc esp_local_ctrl esp_mm esp_netif esp_netif_stack esp_partition esp_phy esp_pm esp_psram esp_ringbuf esp_rom esp_security esp_stdio esp_system esp_timer esp_trace esp_usb_cdc_rom_console esp_wifi espcoredump esptool_py fatfs freertos hal heap http_parser idf_test ieee802154 log lwip main mbedtls nvs_flash nvs_sec_provider openthread partition_table perfmon protobuf-c protocomm pthread rt sdmmc soc spi_flash spiffs tcp_transport ulp unity vfs wear_levelling wpa_supplicant xtensa -- Component paths: C:/esp/v6.0/esp-idf/components/app_trace C:/esp/v6.0/esp-idf/components/app_update C:/esp/v6.0/esp-idf/components/bootloader C:/esp/v6.0/esp-idf/components/bootloader_support C:/esp/v6.0/esp-idf/components/bt C:/esp/v6.0/esp-idf/components/cmock C:/esp/v6.0/esp-idf/components/console C:/esp/v6.0/esp-idf/components/cxx C:/esp/v6.0/esp-idf/components/driver C:/esp/v6.0/esp-idf/components/efuse C:/esp/v6.0/esp-idf/components/esp-tls C:/esp/v6.0/esp-idf/components/esp_adc C:/esp/v6.0/esp-idf/components/esp_app_format C:/esp/v6.0/esp-idf/components/esp_blockdev C:/esp/v6.0/esp-idf/components/esp_bootloader_format C:/esp/v6.0/esp-idf/components/esp_coex C:/esp/v6.0/esp-idf/components/esp_common C:/esp/v6.0/esp-idf/components/esp_driver_ana_cmpr C:/esp/v6.0/esp-idf/components/esp_driver_bitscrambler C:/esp/v6.0/esp-idf/components/esp_driver_cam C:/esp/v6.0/esp-idf/components/esp_driver_dac C:/esp/v6.0/esp-idf/components/esp_driver_dma C:/esp/v6.0/esp-idf/components/esp_driver_gpio C:/esp/v6.0/esp-idf/components/esp_driver_gptimer C:/esp/v6.0/esp-idf/components/esp_driver_i2c C:/esp/v6.0/esp-idf/components/esp_driver_i2s C:/esp/v6.0/esp-idf/components/esp_driver_i3c C:/esp/v6.0/esp-idf/components/esp_driver_isp C:/esp/v6.0/esp-idf/components/esp_driver_jpeg C:/esp/v6.0/esp-idf/components/esp_driver_ledc C:/esp/v6.0/esp-idf/components/esp_driver_mcpwm C:/esp/v6.0/esp-idf/components/esp_driver_parlio C:/esp/v6.0/esp-idf/components/esp_driver_pcnt C:/esp/v6.0/esp-idf/components/esp_driver_ppa C:/esp/v6.0/esp-idf/components/esp_driver_rmt C:/esp/v6.0/esp-idf/components/esp_driver_sd_intf C:/esp/v6.0/esp-idf/components/esp_driver_sdio C:/esp/v6.0/esp-idf/components/esp_driver_sdm C:/esp/v6.0/esp-idf/components/esp_driver_sdmmc C:/esp/v6.0/esp-idf/components/esp_driver_sdspi C:/esp/v6.0/esp-idf/components/esp_driver_spi C:/esp/v6.0/esp-idf/components/esp_driver_touch_sens C:/esp/v6.0/esp-idf/components/esp_driver_tsens C:/esp/v6.0/esp-idf/components/esp_driver_twai C:/esp/v6.0/esp-idf/components/esp_driver_uart C:/esp/v6.0/esp-idf/components/esp_driver_usb_serial_jtag C:/esp/v6.0/esp-idf/components/esp_eth C:/esp/v6.0/esp-idf/components/esp_event C:/esp/v6.0/esp-idf/components/esp_gdbstub C:/esp/v6.0/esp-idf/components/esp_hal_ana_cmpr C:/esp/v6.0/esp-idf/components/esp_hal_ana_conv C:/esp/v6.0/esp-idf/components/esp_hal_cam C:/esp/v6.0/esp-idf/components/esp_hal_clock C:/esp/v6.0/esp-idf/components/esp_hal_dma C:/esp/v6.0/esp-idf/components/esp_hal_gpio C:/esp/v6.0/esp-idf/components/esp_hal_gpspi C:/esp/v6.0/esp-idf/components/esp_hal_i2c C:/esp/v6.0/esp-idf/components/esp_hal_i2s C:/esp/v6.0/esp-idf/components/esp_hal_ieee802154 C:/esp/v6.0/esp-idf/components/esp_hal_jpeg C:/esp/v6.0/esp-idf/components/esp_hal_lcd C:/esp/v6.0/esp-idf/components/esp_hal_ledc C:/esp/v6.0/esp-idf/components/esp_hal_mcpwm C:/esp/v6.0/esp-idf/components/esp_hal_mspi C:/esp/v6.0/esp-idf/components/esp_hal_parlio C:/esp/v6.0/esp-idf/components/esp_hal_pcnt C:/esp/v6.0/esp-idf/components/esp_hal_pmu C:/esp/v6.0/esp-idf/components/esp_hal_ppa C:/esp/v6.0/esp-idf/components/esp_hal_rmt C:/esp/v6.0/esp-idf/components/esp_hal_rtc_timer C:/esp/v6.0/esp-idf/components/esp_hal_security C:/esp/v6.0/esp-idf/components/esp_hal_timg C:/esp/v6.0/esp-idf/components/esp_hal_touch_sens C:/esp/v6.0/esp-idf/components/esp_hal_twai C:/esp/v6.0/esp-idf/components/esp_hal_uart C:/esp/v6.0/esp-idf/components/esp_hal_usb C:/esp/v6.0/esp-idf/components/esp_hal_wdt C:/esp/v6.0/esp-idf/components/esp_hid C:/esp/v6.0/esp-idf/components/esp_http_client C:/esp/v6.0/esp-idf/components/esp_http_server C:/esp/v6.0/esp-idf/components/esp_https_ota C:/esp/v6.0/esp-idf/components/esp_https_server C:/esp/v6.0/esp-idf/components/esp_hw_support C:/esp/v6.0/esp-idf/components/esp_lcd C:/esp/v6.0/esp-idf/components/esp_libc C:/esp/v6.0/esp-idf/components/esp_local_ctrl C:/esp/v6.0/esp-idf/components/esp_mm C:/esp/v6.0/esp-idf/components/esp_netif C:/esp/v6.0/esp-idf/components/esp_netif_stack C:/esp/v6.0/esp-idf/components/esp_partition C:/esp/v6.0/esp-idf/components/esp_phy C:/esp/v6.0/esp-idf/components/esp_pm C:/esp/v6.0/esp-idf/components/esp_psram C:/esp/v6.0/esp-idf/components/esp_ringbuf C:/esp/v6.0/esp-idf/components/esp_rom C:/esp/v6.0/esp-idf/components/esp_security C:/esp/v6.0/esp-idf/components/esp_stdio C:/esp/v6.0/esp-idf/components/esp_system C:/esp/v6.0/esp-idf/components/esp_timer C:/esp/v6.0/esp-idf/components/esp_trace C:/esp/v6.0/esp-idf/components/esp_usb_cdc_rom_console C:/esp/v6.0/esp-idf/components/esp_wifi C:/esp/v6.0/esp-idf/components/espcoredump C:/esp/v6.0/esp-idf/components/esptool_py C:/esp/v6.0/esp-idf/components/fatfs C:/esp/v6.0/esp-idf/components/freertos C:/esp/v6.0/esp-idf/components/hal C:/esp/v6.0/esp-idf/components/heap C:/esp/v6.0/esp-idf/components/http_parser C:/esp/v6.0/esp-idf/components/idf_test C:/esp/v6.0/esp-idf/components/ieee802154 C:/esp/v6.0/esp-idf/components/log C:/esp/v6.0/esp-idf/components/lwip C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/main C:/esp/v6.0/esp-idf/components/mbedtls C:/esp/v6.0/esp-idf/components/nvs_flash C:/esp/v6.0/esp-idf/components/nvs_sec_provider C:/esp/v6.0/esp-idf/components/openthread C:/esp/v6.0/esp-idf/components/partition_table C:/esp/v6.0/esp-idf/components/perfmon C:/esp/v6.0/esp-idf/components/protobuf-c C:/esp/v6.0/esp-idf/components/protocomm C:/esp/v6.0/esp-idf/components/pthread C:/esp/v6.0/esp-idf/components/rt C:/esp/v6.0/esp-idf/components/sdmmc C:/esp/v6.0/esp-idf/components/soc C:/esp/v6.0/esp-idf/components/spi_flash C:/esp/v6.0/esp-idf/components/spiffs C:/esp/v6.0/esp-idf/components/tcp_transport C:/esp/v6.0/esp-idf/components/ulp C:/esp/v6.0/esp-idf/components/unity C:/esp/v6.0/esp-idf/components/vfs C:/esp/v6.0/esp-idf/components/wear_levelling C:/esp/v6.0/esp-idf/components/wpa_supplicant C:/esp/v6.0/esp-idf/components/xtensa -- Configuring done (22.7s) -- Generating done (1.9s) -- Build files have been written to: C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build