Fixed multiple devices causing overflow in compile. Fixed PICS Float data type not being decoded correctly (bit order reversed).
This commit is contained in:
@@ -1 +1 @@
|
|||||||
d2de1095e0da2f2b06bd1e62fd10e304 C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/modbus_tcp_esp32.bin
|
730ed0823d1e8e4bce57e4f96a63d1a3 C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/modbus_tcp_esp32.bin
|
||||||
|
|||||||
Binary file not shown.
2138
build/.ninja_log
2138
build/.ninja_log
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
|||||||
# This is the CMakeCache file.
|
# This is the CMakeCache file.
|
||||||
# For build in directory: c:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build
|
# For build in directory: c:/Users/e.adame/Documents/ESP32_ModbusTCP/build
|
||||||
# It was generated by CMake: C:/Espressif/tools/cmake/4.0.3/bin/cmake.exe
|
# It was generated by CMake: C:/Espressif/tools/cmake/4.0.3/bin/cmake.exe
|
||||||
# You can edit this file to change values found and used by cmake.
|
# You can edit this file to change values found and used by cmake.
|
||||||
# If you do not want to change any of the values, simply exit the editor.
|
# If you do not want to change any of the values, simply exit the editor.
|
||||||
@@ -32,7 +32,7 @@ CMAKE_ASM_COMPILER_AR:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_2025
|
|||||||
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe
|
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe
|
||||||
|
|
||||||
//Asm Compiler Base Flags
|
//Asm Compiler Base Flags
|
||||||
CMAKE_ASM_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/toolchain/asmflags"
|
CMAKE_ASM_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/toolchain/asmflags"
|
||||||
|
|
||||||
//Flags used by the ASM compiler during DEBUG builds.
|
//Flags used by the ASM compiler during DEBUG builds.
|
||||||
CMAKE_ASM_FLAGS_DEBUG:STRING=-g
|
CMAKE_ASM_FLAGS_DEBUG:STRING=-g
|
||||||
@@ -59,7 +59,7 @@ CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_2025
|
|||||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe
|
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe
|
||||||
|
|
||||||
//C++ Compiler Base Flags
|
//C++ Compiler Base Flags
|
||||||
CMAKE_CXX_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/toolchain/cxxflags"
|
CMAKE_CXX_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/toolchain/cxxflags"
|
||||||
|
|
||||||
//Flags used by the CXX compiler during DEBUG builds.
|
//Flags used by the CXX compiler during DEBUG builds.
|
||||||
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
||||||
@@ -82,7 +82,7 @@ CMAKE_C_COMPILER_AR:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_202512
|
|||||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe
|
CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe
|
||||||
|
|
||||||
//C Compiler Base Flags
|
//C Compiler Base Flags
|
||||||
CMAKE_C_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/toolchain/cflags"
|
CMAKE_C_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/toolchain/cflags"
|
||||||
|
|
||||||
//Flags used by the C compiler during DEBUG builds.
|
//Flags used by the C compiler during DEBUG builds.
|
||||||
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
||||||
@@ -100,7 +100,7 @@ CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
|||||||
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
||||||
|
|
||||||
//Linker Base Flags
|
//Linker Base Flags
|
||||||
CMAKE_EXE_LINKER_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/toolchain/ldflags"
|
CMAKE_EXE_LINKER_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/toolchain/ldflags"
|
||||||
|
|
||||||
//Flags used by the linker during DEBUG builds.
|
//Flags used by the linker during DEBUG builds.
|
||||||
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||||
@@ -121,7 +121,7 @@ CMAKE_EXPORT_BUILD_DATABASE:BOOL=
|
|||||||
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
||||||
|
|
||||||
//Value Computed by CMake.
|
//Value Computed by CMake.
|
||||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/CMakeFiles/pkgRedirects
|
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/CMakeFiles/pkgRedirects
|
||||||
|
|
||||||
//User executables (bin)
|
//User executables (bin)
|
||||||
CMAKE_INSTALL_BINDIR:PATH=bin
|
CMAKE_INSTALL_BINDIR:PATH=bin
|
||||||
@@ -327,7 +327,7 @@ IDF_TOOLCHAIN:STRING=gcc
|
|||||||
|
|
||||||
//Path to toolchain build directory containing response files and
|
//Path to toolchain build directory containing response files and
|
||||||
// toolchain file copy
|
// toolchain file copy
|
||||||
IDF_TOOLCHAIN_BUILD_DIR:PATH=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/toolchain
|
IDF_TOOLCHAIN_BUILD_DIR:PATH=C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/toolchain
|
||||||
|
|
||||||
//Install Mbed TLS headers.
|
//Install Mbed TLS headers.
|
||||||
INSTALL_MBEDTLS_HEADERS:BOOL=ON
|
INSTALL_MBEDTLS_HEADERS:BOOL=ON
|
||||||
@@ -351,7 +351,7 @@ MBEDTLS_FATAL_WARNINGS:BOOL=ON
|
|||||||
MBEDTLS_USER_CONFIG_FILE:FILEPATH=
|
MBEDTLS_USER_CONFIG_FILE:FILEPATH=
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
Mbed TLS_BINARY_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls
|
Mbed TLS_BINARY_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
Mbed TLS_IS_TOP_LEVEL:STATIC=OFF
|
Mbed TLS_IS_TOP_LEVEL:STATIC=OFF
|
||||||
@@ -366,7 +366,7 @@ PYTHON:UNINITIALIZED=C:\Espressif\tools\python\v6.0\venv\Scripts\python.exe
|
|||||||
PYTHON_DEPS_CHECKED:UNINITIALIZED=1
|
PYTHON_DEPS_CHECKED:UNINITIALIZED=1
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
TF-PSA-Crypto_BINARY_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto
|
TF-PSA-Crypto_BINARY_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
TF-PSA-Crypto_IS_TOP_LEVEL:STATIC=OFF
|
TF-PSA-Crypto_IS_TOP_LEVEL:STATIC=OFF
|
||||||
@@ -401,7 +401,7 @@ USE_STATIC_TF_PSA_CRYPTO_LIBRARY:BOOL=ON
|
|||||||
builtin_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp_stdio;general;__idf_xtensa;general;idf::esp_security;
|
builtin_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp_stdio;general;__idf_xtensa;general;idf::esp_security;
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
esp-idf_BINARY_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf
|
esp-idf_BINARY_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
esp-idf_IS_TOP_LEVEL:STATIC=OFF
|
esp-idf_IS_TOP_LEVEL:STATIC=OFF
|
||||||
@@ -419,13 +419,13 @@ mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__id
|
|||||||
mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp_stdio;general;__idf_xtensa;general;tfpsacrypto;
|
mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp_stdio;general;__idf_xtensa;general;tfpsacrypto;
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
modbus_tcp_esp32_BINARY_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build
|
modbus_tcp_esp32_BINARY_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_ModbusTCP/build
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
modbus_tcp_esp32_IS_TOP_LEVEL:STATIC=ON
|
modbus_tcp_esp32_IS_TOP_LEVEL:STATIC=ON
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
modbus_tcp_esp32_SOURCE_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI
|
modbus_tcp_esp32_SOURCE_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_ModbusTCP
|
||||||
|
|
||||||
//Dependencies for the target
|
//Dependencies for the target
|
||||||
p256m_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp_stdio;general;__idf_xtensa;general;idf::esp_security;
|
p256m_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp_stdio;general;__idf_xtensa;general;idf::esp_security;
|
||||||
@@ -458,7 +458,7 @@ CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
|||||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
|
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
|
||||||
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||||
//This is the directory where this CMakeCache.txt was created
|
//This is the directory where this CMakeCache.txt was created
|
||||||
CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build
|
CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/e.adame/Documents/ESP32_ModbusTCP/build
|
||||||
//Major version of cmake used to create the current loaded cache
|
//Major version of cmake used to create the current loaded cache
|
||||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
|
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
|
||||||
//Minor version of cmake used to create the current loaded cache
|
//Minor version of cmake used to create the current loaded cache
|
||||||
@@ -533,7 +533,7 @@ CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
|||||||
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
|
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
|
||||||
//Source directory with the top level CMakeLists.txt file for this
|
//Source directory with the top level CMakeLists.txt file for this
|
||||||
// project
|
// project
|
||||||
CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI
|
CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/e.adame/Documents/ESP32_ModbusTCP
|
||||||
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
|
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
|
||||||
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
|
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
|
||||||
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
|
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ set(CMAKE_HOST_SYSTEM_NAME "Windows")
|
|||||||
set(CMAKE_HOST_SYSTEM_VERSION "10.0.26100")
|
set(CMAKE_HOST_SYSTEM_VERSION "10.0.26100")
|
||||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64")
|
set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64")
|
||||||
|
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/toolchain/toolchain-esp32.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/toolchain/toolchain-esp32.cmake")
|
||||||
|
|
||||||
set(CMAKE_SYSTEM "Generic")
|
set(CMAKE_SYSTEM "Generic")
|
||||||
set(CMAKE_SYSTEM_NAME "Generic")
|
set(CMAKE_SYSTEM_NAME "Generic")
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,161 +1,161 @@
|
|||||||
{
|
{
|
||||||
"InstallScripts" :
|
"InstallScripts" :
|
||||||
[
|
[
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/xtensa/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/xtensa/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_stdio/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_stdio/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_dma/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_dma/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_gpspi/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_gpspi/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_clock/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_clock/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_mspi/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_mspi/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_blockdev/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_blockdev/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_security/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_security/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/bootloader/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/bootloader/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esptool_py/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esptool_py/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/partition_table/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/partition_table/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_app_format/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_app_format/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_bootloader_format/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_bootloader_format/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/app_update/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/app_update/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_partition/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_partition/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/efuse/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/efuse/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_security/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_security/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_gpio/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_gpio/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_uart/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_uart/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_pm/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_pm/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_mm/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_mm/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_dma/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_dma/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/include/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/include/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/core/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/core/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/drivers/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/drivers/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/drivers/everest/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/drivers/everest/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/drivers/p256-m/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/drivers/p256-m/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/drivers/builtin/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/drivers/builtin/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/drivers/builtin/src/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/drivers/builtin/src/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/pkgconfig/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/tf-psa-crypto/pkgconfig/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_timg/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_timg/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_wdt/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_wdt/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_i2s/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_i2s/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_ana_conv/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_ana_conv/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_rtc_timer/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_rtc_timer/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/bootloader_support/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/bootloader_support/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/spi_flash/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/spi_flash/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_usb_cdc_rom_console/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_usb_cdc_rom_console/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_system/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_system/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_system/port/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_system/port/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_common/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_common/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_rom/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_rom/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/hal/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/hal/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/log/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/log/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/heap/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/heap/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/soc/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/soc/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_gpio/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_gpio/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_usb/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_usb/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_pmu/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_pmu/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_touch_sens/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_touch_sens/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hw_support/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hw_support/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/freertos/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/freertos/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_libc/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_libc/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_libc/src/port/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_libc/src/port/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/pthread/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/pthread/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/cxx/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/cxx/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_timer/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_timer/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_ringbuf/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_ringbuf/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_psram/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_psram/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_uart/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_uart/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_gptimer/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_gptimer/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/app_trace/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/app_trace/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_event/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_event/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/nvs_sec_provider/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/nvs_sec_provider/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/nvs_flash/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/nvs_flash/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_phy/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_phy/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/vfs/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/vfs/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/lwip/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/lwip/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_netif_stack/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_netif_stack/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_netif/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_netif/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/wpa_supplicant/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/wpa_supplicant/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_coex/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_coex/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_wifi/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_wifi/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_spi/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_spi/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_gdbstub/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_gdbstub/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/bt/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/bt/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/unity/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/unity/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/cmock/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/cmock/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/console/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/console/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_i2c/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_i2c/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_twai/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_twai/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/driver/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/driver/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/http_parser/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/http_parser/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp-tls/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp-tls/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_i2s/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_i2s/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_adc/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_adc/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_ana_cmpr/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_ana_cmpr/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_cam/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_cam/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_isp/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_isp/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_cam/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_cam/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_dac/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_dac/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_i2c/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_i2c/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_i3c/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_i3c/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_jpeg/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_jpeg/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_jpeg/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_jpeg/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_ledc/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_ledc/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_ledc/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_ledc/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_mcpwm/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_mcpwm/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_parlio/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_parlio/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_parlio/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_parlio/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_pcnt/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_pcnt/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_pcnt/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_pcnt/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_ppa/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_ppa/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_ppa/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_ppa/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_rmt/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_rmt/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_rmt/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_rmt/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/sdmmc/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/sdmmc/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_sd_intf/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_sd_intf/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_sdio/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_sdio/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_sdm/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_sdm/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_sdspi/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_sdspi/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_tsens/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_tsens/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_driver_twai/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_driver_twai/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_eth/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_eth/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_ieee802154/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_ieee802154/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hal_lcd/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hal_lcd/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_hid/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_hid/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/tcp_transport/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/tcp_transport/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_http_client/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_http_client/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_http_server/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_http_server/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_https_ota/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_https_ota/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_https_server/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_https_server/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_lcd/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_lcd/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/protobuf-c/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/protobuf-c/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/protocomm/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/protocomm/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_local_ctrl/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_local_ctrl/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_trace/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_trace/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/espcoredump/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/espcoredump/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/wear_levelling/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/wear_levelling/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/fatfs/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/fatfs/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/idf_test/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/idf_test/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/ieee802154/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/ieee802154/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/openthread/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/openthread/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/perfmon/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/perfmon/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/rt/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/rt/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/spiffs/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/spiffs/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/ulp/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/ulp/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/main/cmake_install.cmake"
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/main/cmake_install.cmake"
|
||||||
],
|
],
|
||||||
"Parallel" : false
|
"Parallel" : false
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -2,34 +2,34 @@
|
|||||||
"sources" :
|
"sources" :
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"file" : "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/CMakeFiles/bootloader"
|
"file" : "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/CMakeFiles/bootloader"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file" : "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/CMakeFiles/bootloader.rule"
|
"file" : "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/CMakeFiles/bootloader.rule"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file" : "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/CMakeFiles/bootloader-complete.rule"
|
"file" : "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/CMakeFiles/bootloader-complete.rule"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file" : "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule"
|
"file" : "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file" : "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule"
|
"file" : "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file" : "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule"
|
"file" : "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file" : "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule"
|
"file" : "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file" : "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule"
|
"file" : "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file" : "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule"
|
"file" : "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file" : "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule"
|
"file" : "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"target" :
|
"target" :
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
# Target labels
|
# Target labels
|
||||||
bootloader
|
bootloader
|
||||||
# Source files and their labels
|
# Source files and their labels
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/CMakeFiles/bootloader
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/CMakeFiles/bootloader
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/CMakeFiles/bootloader.rule
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/CMakeFiles/bootloader.rule
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/CMakeFiles/bootloader-complete.rule
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/CMakeFiles/bootloader-complete.rule
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
662a3be354759d9487bf4b1a629fadb766cb1800
|
ref: refs/heads/Modbus_TCP
|
||||||
|
|||||||
@@ -15,10 +15,10 @@
|
|||||||
|
|
||||||
set(HEAD_HASH)
|
set(HEAD_HASH)
|
||||||
|
|
||||||
file(READ "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
file(READ "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
||||||
|
|
||||||
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
||||||
set(GIT_DIR "C:/esp/v6.0/esp-idf/.git")
|
set(GIT_DIR "C:/Users/e.adame/Documents/ESP32_ModbusTCP/.git")
|
||||||
# handle git-worktree
|
# handle git-worktree
|
||||||
if(EXISTS "${GIT_DIR}/commondir")
|
if(EXISTS "${GIT_DIR}/commondir")
|
||||||
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
|
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
|
||||||
@@ -34,17 +34,17 @@ if(HEAD_CONTENTS MATCHES "ref")
|
|||||||
# named branch
|
# named branch
|
||||||
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
|
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
|
||||||
if(EXISTS "${GIT_DIR}/${HEAD_REF}")
|
if(EXISTS "${GIT_DIR}/${HEAD_REF}")
|
||||||
configure_file("${GIT_DIR}/${HEAD_REF}" "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/CMakeFiles/git-data/head-ref" COPYONLY)
|
configure_file("${GIT_DIR}/${HEAD_REF}" "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||||
elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}")
|
elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}")
|
||||||
configure_file("${GIT_DIR}/logs/${HEAD_REF}" "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/CMakeFiles/git-data/head-ref" COPYONLY)
|
configure_file("${GIT_DIR}/logs/${HEAD_REF}" "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||||
set(HEAD_HASH "${HEAD_REF}")
|
set(HEAD_HASH "${HEAD_REF}")
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
# detached HEAD
|
# detached HEAD
|
||||||
configure_file("${GIT_DIR}/HEAD" "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/CMakeFiles/git-data/head-ref" COPYONLY)
|
configure_file("${GIT_DIR}/HEAD" "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT HEAD_HASH)
|
if(NOT HEAD_HASH)
|
||||||
file(READ "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
|
file(READ "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
|
||||||
string(STRIP "${HEAD_HASH}" HEAD_HASH)
|
string(STRIP "${HEAD_HASH}" HEAD_HASH)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
662a3be354759d9487bf4b1a629fadb766cb1800
|
7ab3723533cea89c7e42adbe97600aeac8f2fb2a
|
||||||
|
|||||||
@@ -2168,7 +2168,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_main_
|
|||||||
# Rule for re-running cmake.
|
# Rule for re-running cmake.
|
||||||
|
|
||||||
rule RERUN_CMAKE
|
rule RERUN_CMAKE
|
||||||
command = C:\Espressif\tools\cmake\4.0.3\bin\cmake.exe --regenerate-during-build -SC:\Users\e.adame\Documents\ESP32_Modbus_TCP_to_PICS_MULTI -BC:\Users\e.adame\Documents\ESP32_Modbus_TCP_to_PICS_MULTI\build
|
command = C:\Espressif\tools\cmake\4.0.3\bin\cmake.exe --regenerate-during-build -SC:\Users\e.adame\Documents\ESP32_ModbusTCP -BC:\Users\e.adame\Documents\ESP32_ModbusTCP\build
|
||||||
description = Re-running CMake...
|
description = Re-running CMake...
|
||||||
generator = 1
|
generator = 1
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
cd /D C:\Users\e.adame\Documents\ESP32_Modbus_TCP_to_PICS_MULTI\build || (set FAIL_LINE=2& goto :ABORT)
|
cd /D C:\Users\e.adame\Documents\ESP32_ModbusTCP\build || (set FAIL_LINE=2& goto :ABORT)
|
||||||
C:\Espressif\tools\python\v6.0\venv\Scripts\python.exe C:/esp/v6.0/esp-idf/tools/ldgen/ldgen.py --config C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/sdkconfig --fragments-list C:/esp/v6.0/esp-idf/components/xtensa/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_gpio/linker.lf;C:/esp/v6.0/esp-idf/components/esp_pm/linker.lf;C:/esp/v6.0/esp-idf/components/esp_mm/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_dma/linker.lf;C:/esp/v6.0/esp-idf/components/esp_hal_wdt/linker.lf;C:/esp/v6.0/esp-idf/components/spi_flash/linker.lf;C:/esp/v6.0/esp-idf/components/esp_usb_cdc_rom_console/linker.lf;C:/esp/v6.0/esp-idf/components/esp_system/linker.lf;C:/esp/v6.0/esp-idf/components/esp_system/app.lf;C:/esp/v6.0/esp-idf/components/esp_common/common.lf;C:/esp/v6.0/esp-idf/components/esp_common/soc.lf;C:/esp/v6.0/esp-idf/components/esp_rom/linker.lf;C:/esp/v6.0/esp-idf/components/hal/linker.lf;C:/esp/v6.0/esp-idf/components/log/linker.lf;C:/esp/v6.0/esp-idf/components/heap/linker.lf;C:/esp/v6.0/esp-idf/components/soc/linker.lf;C:/esp/v6.0/esp-idf/components/esp_hal_pmu/linker.lf;C:/esp/v6.0/esp-idf/components/esp_hw_support/linker.lf;C:/esp/v6.0/esp-idf/components/esp_hw_support/ldo/linker.lf;C:/esp/v6.0/esp-idf/components/esp_hw_support/mspi_timing_tuning/linker.lf;C:/esp/v6.0/esp-idf/components/freertos/linker_common.lf;C:/esp/v6.0/esp-idf/components/freertos/linker.lf;C:/esp/v6.0/esp-idf/components/esp_libc/src/esp_libc.lf;C:/esp/v6.0/esp-idf/components/esp_libc/src/system_libs.lf;C:/esp/v6.0/esp-idf/components/esp_libc/src/picolibc/libc.lf;C:/esp/v6.0/esp-idf/components/esp_ringbuf/linker.lf;C:/esp/v6.0/esp-idf/components/esp_psram/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_uart/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_gptimer/linker.lf;C:/esp/v6.0/esp-idf/components/app_trace/linker.lf;C:/esp/v6.0/esp-idf/components/esp_event/linker.lf;C:/esp/v6.0/esp-idf/components/esp_phy/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_usb_serial_jtag/linker.lf;C:/esp/v6.0/esp-idf/components/vfs/linker.lf;C:/esp/v6.0/esp-idf/components/lwip/linker.lf;C:/esp/v6.0/esp-idf/components/esp_netif/linker.lf;C:/esp/v6.0/esp-idf/components/wpa_supplicant/linker.lf;C:/esp/v6.0/esp-idf/components/esp_wifi/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_spi/linker.lf;C:/esp/v6.0/esp-idf/components/esp_gdbstub/linker.lf;C:/esp/v6.0/esp-idf/components/driver/i2c/linker.lf;C:/esp/v6.0/esp-idf/components/driver/twai/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_i2s/linker.lf;C:/esp/v6.0/esp-idf/components/esp_adc/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_ana_cmpr/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_bitscrambler/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_isp/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_dac/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_i2c/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_i3c/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_ledc/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_mcpwm/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_parlio/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_pcnt/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_rmt/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_sdm/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_twai/linker.lf;C:/esp/v6.0/esp-idf/components/esp_eth/linker.lf;C:/esp/v6.0/esp-idf/components/esp_lcd/linker.lf;C:/esp/v6.0/esp-idf/components/esp_trace/linker.lf;C:/esp/v6.0/esp-idf/components/ieee802154/linker.lf;C:/esp/v6.0/esp-idf/components/openthread/linker.lf --input C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_system/ld/sections.ld.in --output C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_system/ld/sections.ld --kconfig C:/esp/v6.0/esp-idf/Kconfig --env-file C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/config.env --libraries-file C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/ldgen_libraries --objdump C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe || (set FAIL_LINE=3& goto :ABORT)
|
C:\Espressif\tools\python\v6.0\venv\Scripts\python.exe C:/esp/v6.0/esp-idf/tools/ldgen/ldgen.py --config C:/Users/e.adame/Documents/ESP32_ModbusTCP/sdkconfig --fragments-list C:/esp/v6.0/esp-idf/components/xtensa/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_gpio/linker.lf;C:/esp/v6.0/esp-idf/components/esp_pm/linker.lf;C:/esp/v6.0/esp-idf/components/esp_mm/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_dma/linker.lf;C:/esp/v6.0/esp-idf/components/esp_hal_wdt/linker.lf;C:/esp/v6.0/esp-idf/components/spi_flash/linker.lf;C:/esp/v6.0/esp-idf/components/esp_usb_cdc_rom_console/linker.lf;C:/esp/v6.0/esp-idf/components/esp_system/linker.lf;C:/esp/v6.0/esp-idf/components/esp_system/app.lf;C:/esp/v6.0/esp-idf/components/esp_common/common.lf;C:/esp/v6.0/esp-idf/components/esp_common/soc.lf;C:/esp/v6.0/esp-idf/components/esp_rom/linker.lf;C:/esp/v6.0/esp-idf/components/hal/linker.lf;C:/esp/v6.0/esp-idf/components/log/linker.lf;C:/esp/v6.0/esp-idf/components/heap/linker.lf;C:/esp/v6.0/esp-idf/components/soc/linker.lf;C:/esp/v6.0/esp-idf/components/esp_hal_pmu/linker.lf;C:/esp/v6.0/esp-idf/components/esp_hw_support/linker.lf;C:/esp/v6.0/esp-idf/components/esp_hw_support/ldo/linker.lf;C:/esp/v6.0/esp-idf/components/esp_hw_support/mspi_timing_tuning/linker.lf;C:/esp/v6.0/esp-idf/components/freertos/linker_common.lf;C:/esp/v6.0/esp-idf/components/freertos/linker.lf;C:/esp/v6.0/esp-idf/components/esp_libc/src/esp_libc.lf;C:/esp/v6.0/esp-idf/components/esp_libc/src/system_libs.lf;C:/esp/v6.0/esp-idf/components/esp_libc/src/picolibc/libc.lf;C:/esp/v6.0/esp-idf/components/esp_ringbuf/linker.lf;C:/esp/v6.0/esp-idf/components/esp_psram/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_uart/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_gptimer/linker.lf;C:/esp/v6.0/esp-idf/components/app_trace/linker.lf;C:/esp/v6.0/esp-idf/components/esp_event/linker.lf;C:/esp/v6.0/esp-idf/components/esp_phy/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_usb_serial_jtag/linker.lf;C:/esp/v6.0/esp-idf/components/vfs/linker.lf;C:/esp/v6.0/esp-idf/components/lwip/linker.lf;C:/esp/v6.0/esp-idf/components/esp_netif/linker.lf;C:/esp/v6.0/esp-idf/components/wpa_supplicant/linker.lf;C:/esp/v6.0/esp-idf/components/esp_wifi/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_spi/linker.lf;C:/esp/v6.0/esp-idf/components/esp_gdbstub/linker.lf;C:/esp/v6.0/esp-idf/components/driver/i2c/linker.lf;C:/esp/v6.0/esp-idf/components/driver/twai/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_i2s/linker.lf;C:/esp/v6.0/esp-idf/components/esp_adc/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_ana_cmpr/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_bitscrambler/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_isp/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_dac/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_i2c/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_i3c/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_ledc/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_mcpwm/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_parlio/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_pcnt/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_rmt/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_sdm/linker.lf;C:/esp/v6.0/esp-idf/components/esp_driver_twai/linker.lf;C:/esp/v6.0/esp-idf/components/esp_eth/linker.lf;C:/esp/v6.0/esp-idf/components/esp_lcd/linker.lf;C:/esp/v6.0/esp-idf/components/esp_trace/linker.lf;C:/esp/v6.0/esp-idf/components/ieee802154/linker.lf;C:/esp/v6.0/esp-idf/components/openthread/linker.lf --input C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_system/ld/sections.ld.in --output C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_system/ld/sections.ld --kconfig C:/esp/v6.0/esp-idf/Kconfig --env-file C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/config.env --libraries-file C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/ldgen_libraries --objdump C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe || (set FAIL_LINE=3& goto :ABORT)
|
||||||
goto :EOF
|
goto :EOF
|
||||||
|
|
||||||
:ABORT
|
:ABORT
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
cmd='C:/Espressif/tools/cmake/4.0.3/bin/cmake.exe;-DSDKCONFIG=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/sdkconfig;-DIDF_PATH=C:/esp/v6.0/esp-idf;-DIDF_TARGET=esp32;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=C:/Espressif/tools/python/v6.0/venv/Scripts/python.exe;-DEXTRA_COMPONENT_DIRS=C:/esp/v6.0/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
cmd='C:/Espressif/tools/cmake/4.0.3/bin/cmake.exe;-DSDKCONFIG=C:/Users/e.adame/Documents/ESP32_ModbusTCP/sdkconfig;-DIDF_PATH=C:/esp/v6.0/esp-idf;-DIDF_TARGET=esp32;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=C:/Espressif/tools/python/v6.0/venv/Scripts/python.exe;-DEXTRA_COMPONENT_DIRS=C:/esp/v6.0/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=C:/Users/e.adame/Documents/ESP32_ModbusTCP;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
||||||
|
|||||||
@@ -10,18 +10,18 @@ if(NOT EXISTS "C:/esp/v6.0/esp-idf/components/bootloader/subproject")
|
|||||||
file(MAKE_DIRECTORY "C:/esp/v6.0/esp-idf/components/bootloader/subproject")
|
file(MAKE_DIRECTORY "C:/esp/v6.0/esp-idf/components/bootloader/subproject")
|
||||||
endif()
|
endif()
|
||||||
file(MAKE_DIRECTORY
|
file(MAKE_DIRECTORY
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader"
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader"
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix"
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix"
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/tmp"
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/tmp"
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp"
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp"
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src"
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src"
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp"
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp"
|
||||||
)
|
)
|
||||||
|
|
||||||
set(configSubDirs )
|
set(configSubDirs )
|
||||||
foreach(subDir IN LISTS configSubDirs)
|
foreach(subDir IN LISTS configSubDirs)
|
||||||
file(MAKE_DIRECTORY "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
|
file(MAKE_DIRECTORY "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
|
||||||
endforeach()
|
endforeach()
|
||||||
if(cfgdir)
|
if(cfgdir)
|
||||||
file(MAKE_DIRECTORY "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
|
file(MAKE_DIRECTORY "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
79a8cf02762c5b4258a1e320045e4344 C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/bootloader.bin
|
d0ede2bba2237b4eb0c2d0945a6f9c07 C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/bootloader.bin
|
||||||
|
|||||||
Binary file not shown.
@@ -1,147 +1,147 @@
|
|||||||
# ninja log v6
|
# ninja log v6
|
||||||
57 492 7972154535318198 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/util.c.obj 4451942021367bdc
|
40 389 8010825318141017 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/util.c.obj 2434ee8be40e99c7
|
||||||
40 613 7972154535142014 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj 7cb451d975ec3573
|
30 425 8010825318027974 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj 6c80388efb3a92e
|
||||||
33 634 7972154535072265 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj c37d01593bf3264a
|
20 456 8010825317935366 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj 82edabf81376c86d
|
||||||
65 655 7972154535399466 esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj 69a2d7d593a3b857
|
92 467 8010825318657421 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 6a442bc7e9166417
|
||||||
81 668 7972154535561741 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj 6978407adc596c6a
|
25 480 8010825317984818 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj 5acd613017d4dc85
|
||||||
73 683 7972154535480602 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj 3467e61f70bf017a
|
47 496 8010825318196237 esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj 4f053ad88bd96214
|
||||||
27 695 7972154535015803 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj 4c80e6106182158a
|
61 514 8010825318342087 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj e33f1beb7a5a04cc
|
||||||
48 706 7972154535226086 esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj e27771d6107a4a16
|
74 556 8010825318476927 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj b5789fa96de37c22
|
||||||
122 720 7972154535972408 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj be7212bd51050677
|
54 576 8010825318275862 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj 3e4273164ce53882
|
||||||
157 835 7972154536319632 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 4420cb1f3a80e5bc
|
132 597 8010825319055228 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj 7cad62cc4cb46040
|
||||||
89 884 7972154535641735 esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj 58ba17b1769b67bd
|
119 614 8010825318923790 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 8cbe4520cfdf0e3a
|
||||||
166 894 7972154536407873 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj 3114fecd00514910
|
35 628 8010825318078893 esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj 658bfceb121cfd42
|
||||||
100 906 7972154535741285 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj 4521e9020b7f202
|
67 657 8010825318408017 esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj f8483d4f8a4d4cf
|
||||||
132 926 7972154536060585 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_serial_output.c.obj 76155d0236205b8
|
104 689 8010825318779842 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_serial_output.c.obj 5f4f719b490388c3
|
||||||
113 1025 7972154535870385 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj d28917b62b461b2d
|
84 848 8010825318576251 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj 5fd1256f12915ecc
|
||||||
143 1368 7972154536179681 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj f00ab5fa240eb892
|
111 863 8010825318851415 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 865f7f514a80ef98
|
||||||
494 1469 7972154539692340 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj d706ec15c83d53f8
|
391 879 8010825321648763 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj b0e265f4801bab85
|
||||||
683 1483 7972154541584871 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj df508d684d8d75b3
|
468 1075 8010825322406505 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj 88e1e7b7982849cc
|
||||||
668 1497 7972154541430986 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj b35bf089edad1255
|
497 1095 8010825322710032 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj 65b15a35e51d6759
|
||||||
614 1588 7972154540896731 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 7e4f720c3f8d8b8b
|
480 1121 8010825322542711 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj a5b8487ff46a7462
|
||||||
635 1605 7972154541097478 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 21a5c102472de156
|
427 1209 8010825322006142 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 34c7b17a5501d172
|
||||||
655 1666 7972154541302093 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj 15ca2f8341578a0b
|
457 1237 8010825322304089 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 87b461f5c0eb9e16
|
||||||
720 1685 7972154541946693 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj 15e77868241e11f0
|
628 1307 8010825324010090 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj d9999c13a7e9876f
|
||||||
836 1892 7972154543106649 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj eef999e7c6350eb3
|
690 1353 8010825324637467 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 1d9097387fee6da2
|
||||||
927 1920 7972154544018573 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 93a3f03d6423809e
|
576 1366 8010825323496177 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj 4d9cfde791e09b82
|
||||||
907 2041 7972154543811983 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj 991ff4e0c80b7768
|
557 1381 8010825323297396 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj 968820c12e6e3009
|
||||||
707 2074 7972154541809535 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj 6a887c47c88dfc85
|
597 1480 8010825323707784 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj 7762da145dc0d995
|
||||||
1026 2193 7972154545000972 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj ba046057ca2db645
|
615 1525 8010825323886355 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj 34685191c85b1b91
|
||||||
695 2249 7972154541704978 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj fbe96d785b15f8cf
|
848 1558 8010825326216480 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj e0cb18d670ba1b52
|
||||||
895 2310 7972154543697996 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj 82ce244c0656f38e
|
864 1591 8010825326366405 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj d8cb210bbf9c3572
|
||||||
1368 2586 7972154548433045 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj de597e7cd984a797
|
515 1657 8010825322885088 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj ad1653137002cfed
|
||||||
1606 2692 7972154550806843 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj c928208caef3b436
|
879 1837 8010825326525652 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj df2d23e45a0ca651
|
||||||
1483 2725 7972154549576776 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 3cd02a2060cfad77
|
1095 1890 8010825328680651 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b39b773e34c933b0
|
||||||
1497 2778 7972154549720912 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj bdceb84ab3b11074
|
657 1911 8010825324304742 esp-idf/log/liblog.a e92d446a05650353
|
||||||
1686 3008 7972154551603548 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 802bda4354e2c211
|
1075 2011 8010825328489304 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 88fa01e312af4f05
|
||||||
1921 3025 7972154553958905 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 78cc4b27a3942b38
|
1354 2143 8010825331271832 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 71856ce0b0dceab2
|
||||||
1892 3038 7972154553674482 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 4c3c83326d426ab8
|
1366 2158 8010825331401261 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj ba541874b0504a06
|
||||||
885 3065 7972154543590434 esp-idf/log/liblog.a e92d446a05650353
|
1121 2202 8010825328945388 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj f8ddbc13dd495cf7
|
||||||
1666 3094 7972154551408267 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 6438bd7dfa50ae56
|
1237 2213 8010825330106839 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj dc21bf9d6cce27ee
|
||||||
1470 3116 7972154549437871 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj 891ff92cb4943e95
|
1480 2228 8010825332536559 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 3cf3cab4473b1b1b
|
||||||
1589 3206 7972154550640851 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj acc0a347161a944
|
1381 2278 8010825331551287 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj 31b7f634d2314656
|
||||||
2193 3474 7972154556682276 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj c7853d041691d20
|
1559 2302 8010825333321593 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj 8f348ba44eb905b1
|
||||||
2075 3505 7972154555502909 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 6ae4791e32669b84
|
1307 2323 8010825330801948 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 85725e7051d48907
|
||||||
2041 3521 7972154555161977 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj acb3bf321920c107
|
1209 2343 8010825329821647 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj b12265c994c8a66c
|
||||||
2249 3593 7972154557237366 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj 7135116d01083cc2
|
1591 2525 8010825333644641 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj f8929830a7a68122
|
||||||
2311 3634 7972154557856293 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj 55321c4ae346be9
|
1525 2673 8010825332987921 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj b323c0b926ee3578
|
||||||
3009 4114 7972154564835926 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 33a421d1f48414be
|
1658 2839 8010825334314127 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 5efb612cf70108a6
|
||||||
3039 4214 7972154565129794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj f0b423b4f2f34941
|
2229 2878 8010825340027580 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj c3e2fa9ed6ed2f97
|
||||||
3116 4264 7972154565912321 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj dbc567c1659f3b9b
|
2202 2970 8010825339760580 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj 5b6249fb6de08130
|
||||||
2725 4321 7972154562001483 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj c54f5ee03af9cc3d
|
2143 2982 8010825339169934 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 1742100e5993bc22
|
||||||
2692 4353 7972154561666534 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 85e6e194acd680f8
|
1838 3006 8010825336116388 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj cbfd9d40d5f9db1b
|
||||||
3207 4376 7972154566811535 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj c5f8d49f0887fe15
|
1890 3060 8010825336643513 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj 85cb3cee4c5e17fa
|
||||||
3506 4395 7972154569803130 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj a609a49a6176a275
|
2303 3142 8010825340760289 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj 7e241b98ceedf5f7
|
||||||
2586 4418 7972154560603253 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj fccf70dbb0f0ec0e
|
2278 3176 8010825340516047 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj ebd548fe0ad9817c
|
||||||
3475 4442 7972154569499298 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj 7995dc7bfb45bb44
|
1911 3210 8010825336846864 esp-idf/esp_rom/libesp_rom.a e7593de44d2eb46e
|
||||||
3095 4457 7972154565702153 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj c9e594f085ca3e53
|
2323 3231 8010825340968130 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj b52bf6f7721ac657
|
||||||
3066 4514 7972154565405842 esp-idf/esp_rom/libesp_rom.a e7593de44d2eb46e
|
2213 3427 8010825339868014 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj 48171b0b04b6a589
|
||||||
3635 4559 7972154571098413 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj a72fa4b1cbe9cad6
|
2673 3442 8010825344466039 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj aeea8d72942d61ad
|
||||||
2779 4575 7972154562536210 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 6bbf90485873155
|
2526 3466 8010825342990005 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj bbc3e9ade5e87570
|
||||||
3594 4958 7972154570687641 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj 46814609e790bc20
|
2344 3543 8010825341172586 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj 50af87ed7e1e3ee
|
||||||
4214 5101 7972154576890588 esp-idf/esp_hal_security/CMakeFiles/__idf_esp_hal_security.dir/mpu_hal.c.obj 9109f8382dcdbd2
|
2011 3597 8010825337844612 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 2c45626f50438508
|
||||||
4114 5171 7972154575892062 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_periph_clk.c.obj e200368c0473764e
|
2840 3626 8010825346136270 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_periph_clk.c.obj 7d16c82fbe1d15b0
|
||||||
4265 5225 7972154577394902 esp-idf/esp_hal_ana_conv/CMakeFiles/__idf_esp_hal_ana_conv.dir/esp32/adc_periph.c.obj a02ba75e1db4fb6b
|
2970 3639 8010825347439862 esp-idf/esp_hal_ana_conv/CMakeFiles/__idf_esp_hal_ana_conv.dir/esp32/adc_periph.c.obj 447c8f6b0f4454c8
|
||||||
3025 5253 7972154564998178 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 9f28fcb40d078510
|
2159 3676 8010825339324235 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj defbf46dbfd6bce4
|
||||||
3521 5275 7972154569965531 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj b2e936181f1e044f
|
2879 3699 8010825346524942 esp-idf/esp_hal_security/CMakeFiles/__idf_esp_hal_security.dir/mpu_hal.c.obj 91c703d4efd12015
|
||||||
4322 5297 7972154577968920 esp-idf/esp_hal_ana_conv/CMakeFiles/__idf_esp_hal_ana_conv.dir/adc_hal_common.c.obj 3f43a1b3184106bd
|
2983 3799 8010825347559688 esp-idf/esp_hal_ana_conv/CMakeFiles/__idf_esp_hal_ana_conv.dir/adc_hal_common.c.obj e9b4041f72d4f270
|
||||||
4353 5310 7972154578281829 esp-idf/esp_hal_ana_conv/CMakeFiles/__idf_esp_hal_ana_conv.dir/adc_oneshot_hal.c.obj d5d332f9d7fb9683
|
3231 3890 8010825350049991 esp-idf/esp_hal_i2s/CMakeFiles/__idf_esp_hal_i2s.dir/esp32/i2s_periph.c.obj 6b536c8f0db74461
|
||||||
4396 5325 7972154578703212 esp-idf/esp_hal_ana_conv/CMakeFiles/__idf_esp_hal_ana_conv.dir/esp32/dac_periph.c.obj b2417be18c96d276
|
3142 3940 8010825349158031 esp-idf/esp_hal_ana_conv/CMakeFiles/__idf_esp_hal_ana_conv.dir/esp32/dac_periph.c.obj 8d479b5200855ad5
|
||||||
4442 5337 7972154579170614 esp-idf/esp_hal_i2s/CMakeFiles/__idf_esp_hal_i2s.dir/esp32/i2s_periph.c.obj 73a0e08b65065d8b
|
3544 4084 8010825353168206 esp-idf/esp_hal_wdt/CMakeFiles/__idf_esp_hal_wdt.dir/esp32/mwdt_periph.c.obj 62679fd8268d8c60
|
||||||
4419 5456 7972154578932863 esp-idf/esp_hal_i2s/CMakeFiles/__idf_esp_hal_i2s.dir/i2s_hal.c.obj 86b826d540e76537
|
3061 4126 8010825348347020 esp-idf/esp_hal_ana_conv/CMakeFiles/__idf_esp_hal_ana_conv.dir/adc_hal.c.obj 347542a8fd4c5f4
|
||||||
4576 5505 7972154580497932 esp-idf/esp_hal_uart/CMakeFiles/__idf_esp_hal_uart.dir/esp32/uart_periph.c.obj ecb92a8654aafe0
|
3177 4177 8010825349503154 esp-idf/esp_hal_i2s/CMakeFiles/__idf_esp_hal_i2s.dir/i2s_hal.c.obj 8b3f4c06de874570
|
||||||
4457 5540 7972154579313493 esp-idf/esp_hal_uart/CMakeFiles/__idf_esp_hal_uart.dir/uart_hal.c.obj 4e98260d5b60662c
|
3442 4189 8010825352156499 esp-idf/esp_hal_uart/CMakeFiles/__idf_esp_hal_uart.dir/uart_hal_iram.c.obj e193111a121d4067
|
||||||
4959 5591 7972154584328446 esp-idf/esp_hal_wdt/CMakeFiles/__idf_esp_hal_wdt.dir/esp32/mwdt_periph.c.obj 87a78992e4c353c5
|
3466 4202 8010825352401826 esp-idf/esp_hal_uart/CMakeFiles/__idf_esp_hal_uart.dir/esp32/uart_periph.c.obj c13c40b2644660b0
|
||||||
4559 5628 7972154580341105 esp-idf/esp_hal_uart/CMakeFiles/__idf_esp_hal_uart.dir/uart_hal_iram.c.obj 361a0044d57e20ca
|
3006 4245 8010825347797907 esp-idf/esp_hal_ana_conv/CMakeFiles/__idf_esp_hal_ana_conv.dir/adc_oneshot_hal.c.obj d40dfa9726cd7b21
|
||||||
4376 5764 7972154578510094 esp-idf/esp_hal_ana_conv/CMakeFiles/__idf_esp_hal_ana_conv.dir/adc_hal.c.obj 64fc4065a6c926c
|
3639 4378 8010825354129005 esp-idf/esp_hal_timg/CMakeFiles/__idf_esp_hal_timg.dir/esp32/timer_periph.c.obj 3642e08651e1179f
|
||||||
4514 5846 7972154579891838 esp-idf/esp_common/libesp_common.a 5c296d53dad7655f
|
3626 4391 8010825353998926 esp-idf/esp_hal_timg/CMakeFiles/__idf_esp_hal_timg.dir/timer_hal.c.obj 218b56e2b22e854f
|
||||||
5172 5973 7972154586471557 esp-idf/esp_hal_timg/CMakeFiles/__idf_esp_hal_timg.dir/timer_hal.c.obj 6b32d51e5363482c
|
3210 4410 8010825349835597 esp-idf/esp_common/libesp_common.a 5c296d53dad7655f
|
||||||
5253 6017 7972154587284401 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj 34a7c85ac0278db
|
3677 4444 8010825354503298 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj b5e160533fdf137a
|
||||||
5226 6041 7972154587010724 esp-idf/esp_hal_timg/CMakeFiles/__idf_esp_hal_timg.dir/esp32/timer_periph.c.obj 59cc0d3a7e0f8b2
|
3428 4457 8010825352015636 esp-idf/esp_hal_uart/CMakeFiles/__idf_esp_hal_uart.dir/uart_hal.c.obj cb5b5bdddb7a85bc
|
||||||
5101 6085 7972154585759361 esp-idf/esp_hal_wdt/CMakeFiles/__idf_esp_hal_wdt.dir/wdt_hal_iram.c.obj ecd722345b807da6
|
3700 4564 8010825354728069 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj 2bfd1c07c5cef6ea
|
||||||
5310 6178 7972154587849944 esp-idf/esp_hal_gpspi/CMakeFiles/__idf_esp_hal_gpspi.dir/esp32/spi_periph.c.obj e09fc74a6ce8ac5f
|
3891 4592 8010825356640558 esp-idf/esp_hal_gpspi/CMakeFiles/__idf_esp_hal_gpspi.dir/esp32/spi_periph.c.obj 62654930b993fcbb
|
||||||
5276 6292 7972154587509276 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj d468f25889eacc6b
|
3597 4611 8010825353705127 esp-idf/esp_hal_wdt/CMakeFiles/__idf_esp_hal_wdt.dir/wdt_hal_iram.c.obj 3e4bfa4413ddd8fc
|
||||||
5325 6369 7972154588004998 esp-idf/esp_hal_gpspi/CMakeFiles/__idf_esp_hal_gpspi.dir/spi_hal.c.obj e9d2e306159879cb
|
3940 4752 8010825357133665 esp-idf/esp_hal_gpspi/CMakeFiles/__idf_esp_hal_gpspi.dir/spi_hal.c.obj 58b54557d4e12c98
|
||||||
5506 6507 7972154589805452 esp-idf/esp_hal_gpspi/CMakeFiles/__idf_esp_hal_gpspi.dir/spi_slave_hal_iram.c.obj c8ea59eb7da92493
|
3800 4830 8010825355732845 esp-idf/esp_hal_clock/CMakeFiles/__idf_esp_hal_clock.dir/esp32/clk_tree_hal.c.obj 337f4d66e84f3c56
|
||||||
5457 6538 7972154589315173 esp-idf/esp_hal_gpspi/CMakeFiles/__idf_esp_hal_gpspi.dir/spi_slave_hal.c.obj 9b2022d348f5e043
|
4127 4873 8010825359005718 esp-idf/esp_hal_gpspi/CMakeFiles/__idf_esp_hal_gpspi.dir/spi_slave_hal.c.obj 4f0ed216a73f02b6
|
||||||
5298 6552 7972154587724572 esp-idf/esp_hal_clock/CMakeFiles/__idf_esp_hal_clock.dir/esp32/clk_tree_hal.c.obj 973b2fb366c28b87
|
4378 4998 8010825361516254 esp-idf/esp_hal_gpio/CMakeFiles/__idf_esp_hal_gpio.dir/esp32/rtc_io_periph.c.obj 74551719206ef757
|
||||||
5591 6609 7972154590660471 esp-idf/esp_hal_gpio/CMakeFiles/__idf_esp_hal_gpio.dir/gpio_hal.c.obj 5e17b42d27b52455
|
4247 5029 8010825360204583 esp-idf/esp_hal_gpio/CMakeFiles/__idf_esp_hal_gpio.dir/rtc_io_hal.c.obj 8aa7052325d9aec9
|
||||||
5629 6652 7972154591032789 esp-idf/esp_hal_gpio/CMakeFiles/__idf_esp_hal_gpio.dir/rtc_io_hal.c.obj 6c24ebda1f9c5bee
|
4202 5073 8010825359753014 esp-idf/esp_hal_gpio/CMakeFiles/__idf_esp_hal_gpio.dir/gpio_hal.c.obj 9eaab2b90df75ae2
|
||||||
5338 6836 7972154588128009 esp-idf/esp_hal_gpspi/CMakeFiles/__idf_esp_hal_gpspi.dir/spi_hal_iram.c.obj 7a29f18cc494aac6
|
4177 5096 8010825359504871 esp-idf/esp_hal_gpspi/CMakeFiles/__idf_esp_hal_gpspi.dir/spi_slave_hal_iram.c.obj 67c46e9d9f52f349
|
||||||
5974 6864 7972154594483592 esp-idf/esp_hal_gpio/CMakeFiles/__idf_esp_hal_gpio.dir/sdm_hal.c.obj 7efd0648944212f2
|
4444 5135 8010825362176289 esp-idf/esp_hal_gpio/CMakeFiles/__idf_esp_hal_gpio.dir/esp32/sdm_periph.c.obj bf1d99e7de479a5e
|
||||||
5765 6891 7972154592390919 esp-idf/esp_hal_gpio/CMakeFiles/__idf_esp_hal_gpio.dir/esp32/rtc_io_periph.c.obj cee1961156554be3
|
4084 5150 8010825358576665 esp-idf/esp_hal_gpspi/CMakeFiles/__idf_esp_hal_gpspi.dir/spi_hal_iram.c.obj 6ad5c26d22d9e6c5
|
||||||
6017 6920 7972154594920875 esp-idf/esp_hal_gpio/CMakeFiles/__idf_esp_hal_gpio.dir/esp32/sdm_periph.c.obj c188dfdaa46729c3
|
4391 5176 8010825361646882 esp-idf/esp_hal_gpio/CMakeFiles/__idf_esp_hal_gpio.dir/sdm_hal.c.obj e2d9277ac7e10941
|
||||||
6085 6969 7972154595603231 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj fc34fce27d3742aa
|
4457 5194 8010825362306182 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj f60063df7035768d
|
||||||
6041 6997 7972154595157395 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj a6e8a5936855987c
|
4565 5369 8010825363382281 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 4f5f14a0d5f34d65
|
||||||
5847 7157 7972154593218886 esp-idf/esp_hw_support/libesp_hw_support.a 3eee41f06c3b2a3c
|
4592 5406 8010825363656547 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj e04dee186b1a43d0
|
||||||
6178 7195 7972154596529394 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj da8957aaabaa93f4
|
4410 5418 8010825361841105 esp-idf/esp_hw_support/libesp_hw_support.a 3eee41f06c3b2a3c
|
||||||
6552 7324 7972154600269579 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj 41e397edea953911
|
4874 5440 8010825366475753 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj 3d9c0f6175d865d
|
||||||
6369 7340 7972154598442078 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj a8ca233a7e4fa0d9
|
4831 5451 8010825366035562 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 88698c29d88407c8
|
||||||
6538 7360 7972154600126095 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj 3219c7c40ca5d5ac
|
4612 5464 8010825363849288 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj 6da2649cd27e8bcd
|
||||||
6610 7384 7972154600850230 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj da0d153a0b24095c
|
5029 5541 8010825368025038 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj dc7b701fa86b1078
|
||||||
6508 7400 7972154599822777 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 7a4648362d3b207a
|
4752 5560 8010825365253641 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj 6e36983c7cfa2124
|
||||||
6653 7402 7972154601280095 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj 83d77aa704830203
|
4998 5606 8010825367723155 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj 6c703e0ecffe1aba
|
||||||
6864 7471 7972154603387488 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj 3c0f001cffe5fec6
|
5073 5649 8010825368466085 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj 25a9201a022f052a
|
||||||
6836 7538 7972154603110649 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj 5996727f31d6c2ba
|
5097 5654 8010825368701598 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj 47af44d7d0a089f1
|
||||||
6292 7544 7972154597669169 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj 2caf4f87d7cee061
|
5135 5688 8010825369087085 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj a5a2ffa3779c32b
|
||||||
6892 7589 7972154603668029 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj 7fd3e39707aaddec
|
5176 5715 8010825369498811 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj 517ff3ebc5736f9b
|
||||||
6969 7602 7972154604441473 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj 6950ed19b45f4c20
|
5452 5724 8010825374780652 project_elf_src_esp32.c 585ff924e5e21d30
|
||||||
6920 7664 7972154603952036 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj b2ac281a7013b1d2
|
5452 5724 8010825374780652 C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/project_elf_src_esp32.c 585ff924e5e21d30
|
||||||
5541 7667 7972154590155700 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj 932cac3a663c2b69
|
5195 5727 8010825369676333 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj e2fca57ab13e9fe4
|
||||||
7340 7676 7972154611209628 project_elf_src_esp32.c f97fb73e06787b58
|
5151 5729 8010825369244061 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj 9ec75b6d52d1092d
|
||||||
7340 7676 7972154611209628 C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/project_elf_src_esp32.c f97fb73e06787b58
|
5407 5830 8010825371803500 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj 6fa1768abb898478
|
||||||
6997 7692 7972154611444486 ld/bootloader.ld 3b3b5cca0db4b53b
|
5440 5857 8010825372135544 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj f286434ec1b743e0
|
||||||
6997 7692 7972154611444486 C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/ld/bootloader.ld 3b3b5cca0db4b53b
|
5369 5877 8010825376330048 ld/bootloader.ld adfd801f52c672f1
|
||||||
7195 7757 7972154606702168 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj e2f8191d0e5f3fd3
|
5369 5877 8010825376330048 C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/ld/bootloader.ld adfd801f52c672f1
|
||||||
7324 7858 7972154607990335 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj 5f008047d5175740
|
5418 5969 8010825371916211 esp-idf/esp_system/libesp_system.a c8f49980489c2a0d
|
||||||
7157 7865 7972154606321373 esp-idf/esp_system/libesp_system.a c8f49980489c2a0d
|
4189 6034 8010825359626715 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj a9218cfe793c0095
|
||||||
7705 8007 7972154611799984 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj 7c75739c6f876337
|
5886 6117 8010825376596749 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj 992cd85d92eb2df1
|
||||||
7693 8148 7972154611671818 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj 6d865d98eab80ea5
|
5877 6204 8010825376507419 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj ccd7670da1115bdd
|
||||||
7865 8326 7972154613402759 esp-idf/efuse/libefuse.a ad45dec6547a20d
|
5969 6303 8010825377425988 esp-idf/efuse/libefuse.a ad45dec6547a20d
|
||||||
8326 8736 7972154618003089 esp-idf/bootloader_support/libbootloader_support.a f6aef28c006d00f0
|
6304 6681 8010825380766955 esp-idf/bootloader_support/libbootloader_support.a f6aef28c006d00f0
|
||||||
8736 8983 7972154622110894 esp-idf/esp_security/libesp_security.a 7cdae8ce3fd4a726
|
6681 6918 8010825384547327 esp-idf/esp_security/libesp_security.a 7cdae8ce3fd4a726
|
||||||
8983 9227 7972154624582496 esp-idf/esp_hal_security/libesp_hal_security.a d1dc3c805130a118
|
6918 7137 8010825386915933 esp-idf/esp_hal_security/libesp_hal_security.a d1dc3c805130a118
|
||||||
9227 9478 7972154627016263 esp-idf/esp_hal_ana_conv/libesp_hal_ana_conv.a f0746abde0c53346
|
7137 7372 8010825389095356 esp-idf/esp_hal_ana_conv/libesp_hal_ana_conv.a f0746abde0c53346
|
||||||
9478 9700 7972154629530092 esp-idf/esp_hal_i2s/libesp_hal_i2s.a 1d9979c10620323d
|
7372 7606 8010825391456711 esp-idf/esp_hal_i2s/libesp_hal_i2s.a 1d9979c10620323d
|
||||||
9700 9932 7972154631742487 esp-idf/esp_hal_uart/libesp_hal_uart.a ef2a9dcedccec470
|
7606 7841 8010825393787409 esp-idf/esp_hal_uart/libesp_hal_uart.a ef2a9dcedccec470
|
||||||
9932 10156 7972154634066342 esp-idf/esp_hal_wdt/libesp_hal_wdt.a 75b49b567880b7d8
|
7842 8061 8010825396147876 esp-idf/esp_hal_wdt/libesp_hal_wdt.a 75b49b567880b7d8
|
||||||
10156 10372 7972154636311285 esp-idf/esp_hal_timg/libesp_hal_timg.a d4228b7d3bb9c0dd
|
8061 8268 8010825398344930 esp-idf/esp_hal_timg/libesp_hal_timg.a d4228b7d3bb9c0dd
|
||||||
10372 10577 7972154638460642 esp-idf/esp_bootloader_format/libesp_bootloader_format.a 2836833748619cc0
|
8268 8482 8010825400415013 esp-idf/esp_bootloader_format/libesp_bootloader_format.a 2836833748619cc0
|
||||||
10577 10789 7972154640511640 esp-idf/spi_flash/libspi_flash.a 8b56a5a671c69517
|
8482 8703 8010825402555854 esp-idf/spi_flash/libspi_flash.a 8b56a5a671c69517
|
||||||
10789 10998 7972154642638189 esp-idf/esp_hal_clock/libesp_hal_clock.a e7275f1c569e76f2
|
8703 8942 8010825404764878 esp-idf/esp_hal_clock/libesp_hal_clock.a e7275f1c569e76f2
|
||||||
10998 11240 7972154644720265 esp-idf/esp_hal_gpspi/libesp_hal_gpspi.a 103961cda5058008
|
8942 9198 8010825407147046 esp-idf/esp_hal_gpspi/libesp_hal_gpspi.a 103961cda5058008
|
||||||
11240 11466 7972154647142057 esp-idf/micro-ecc/libmicro-ecc.a 42df0f4b4c268fd1
|
9198 9425 8010825409714621 esp-idf/micro-ecc/libmicro-ecc.a 42df0f4b4c268fd1
|
||||||
11466 11733 7972154649411872 esp-idf/esp_hal_gpio/libesp_hal_gpio.a 6106264496f6409a
|
9425 9672 8010825411983264 esp-idf/esp_hal_gpio/libesp_hal_gpio.a 6106264496f6409a
|
||||||
11733 11993 7972154652072012 esp-idf/hal/libhal.a b70cb7edf3b5fe50
|
9672 9906 8010825414453345 esp-idf/hal/libhal.a b70cb7edf3b5fe50
|
||||||
11993 12271 7972154654670809 esp-idf/soc/libsoc.a f54c230d61dd65a0
|
9906 10144 8010825416795983 esp-idf/soc/libsoc.a f54c230d61dd65a0
|
||||||
12271 12522 7972154657454988 esp-idf/xtensa/libxtensa.a 429a4b2358a93fc5
|
10144 10358 8010825419176697 esp-idf/xtensa/libxtensa.a 429a4b2358a93fc5
|
||||||
12522 12764 7972154659969346 esp-idf/main/libmain.a 405077a36f6e7870
|
10358 10561 8010825421315772 esp-idf/main/libmain.a 405077a36f6e7870
|
||||||
12764 13106 7972154662391461 bootloader.elf a3b5a983e0df2fc
|
10561 10832 8010825423335263 bootloader.elf 811d1288360c6f96
|
||||||
13106 13717 7972154671782032 .bin_timestamp 7a87e1c09ef7923b
|
10832 11163 8010825429277211 .bin_timestamp 998c685c88fe01f0
|
||||||
13106 13717 7972154671782032 C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/.bin_timestamp 7a87e1c09ef7923b
|
10832 11163 8010825429277211 C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/.bin_timestamp 998c685c88fe01f0
|
||||||
13717 13912 7972154671920524 CMakeFiles/bootloader_check_size 1e56c09295d1a8bd
|
11163 11306 8010825429365367 CMakeFiles/bootloader_check_size 1f0fe6b0d267a105
|
||||||
13717 13912 7972154671920524 C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/bootloader_check_size 1e56c09295d1a8bd
|
11163 11306 8010825429365367 C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/bootloader_check_size 1f0fe6b0d267a105
|
||||||
39 213 7972154831837810 CMakeFiles/bootloader_check_size 1e56c09295d1a8bd
|
26 157 8010825546811950 CMakeFiles/bootloader_check_size 1f0fe6b0d267a105
|
||||||
39 213 7972154831837810 C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/bootloader_check_size 1e56c09295d1a8bd
|
26 157 8010825546811950 C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/bootloader_check_size 1f0fe6b0d267a105
|
||||||
47 296 7972154841111517 CMakeFiles/bootloader_check_size 1e56c09295d1a8bd
|
30 182 8010825553366235 CMakeFiles/bootloader_check_size 1f0fe6b0d267a105
|
||||||
47 296 7972154841111517 C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/bootloader_check_size 1e56c09295d1a8bd
|
30 182 8010825553366235 C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/bootloader_check_size 1f0fe6b0d267a105
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# This is the CMakeCache file.
|
# This is the CMakeCache file.
|
||||||
# For build in directory: c:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader
|
# For build in directory: c:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader
|
||||||
# It was generated by CMake: C:/Espressif/tools/cmake/4.0.3/bin/cmake.exe
|
# It was generated by CMake: C:/Espressif/tools/cmake/4.0.3/bin/cmake.exe
|
||||||
# You can edit this file to change values found and used by cmake.
|
# You can edit this file to change values found and used by cmake.
|
||||||
# If you do not want to change any of the values, simply exit the editor.
|
# If you do not want to change any of the values, simply exit the editor.
|
||||||
@@ -29,7 +29,7 @@ CMAKE_ASM_COMPILER_AR:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_2025
|
|||||||
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe
|
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe
|
||||||
|
|
||||||
//Asm Compiler Base Flags
|
//Asm Compiler Base Flags
|
||||||
CMAKE_ASM_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/asmflags"
|
CMAKE_ASM_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/asmflags"
|
||||||
|
|
||||||
//Flags used by the ASM compiler during DEBUG builds.
|
//Flags used by the ASM compiler during DEBUG builds.
|
||||||
CMAKE_ASM_FLAGS_DEBUG:STRING=-g
|
CMAKE_ASM_FLAGS_DEBUG:STRING=-g
|
||||||
@@ -56,7 +56,7 @@ CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_2025
|
|||||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe
|
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe
|
||||||
|
|
||||||
//C++ Compiler Base Flags
|
//C++ Compiler Base Flags
|
||||||
CMAKE_CXX_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags"
|
CMAKE_CXX_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags"
|
||||||
|
|
||||||
//Flags used by the CXX compiler during DEBUG builds.
|
//Flags used by the CXX compiler during DEBUG builds.
|
||||||
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
||||||
@@ -79,7 +79,7 @@ CMAKE_C_COMPILER_AR:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_202512
|
|||||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe
|
CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe
|
||||||
|
|
||||||
//C Compiler Base Flags
|
//C Compiler Base Flags
|
||||||
CMAKE_C_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags"
|
CMAKE_C_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags"
|
||||||
|
|
||||||
//Flags used by the C compiler during DEBUG builds.
|
//Flags used by the C compiler during DEBUG builds.
|
||||||
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
||||||
@@ -97,7 +97,7 @@ CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
|||||||
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
||||||
|
|
||||||
//Linker Base Flags
|
//Linker Base Flags
|
||||||
CMAKE_EXE_LINKER_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags"
|
CMAKE_EXE_LINKER_FLAGS:STRING=@"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags"
|
||||||
|
|
||||||
//Flags used by the linker during DEBUG builds.
|
//Flags used by the linker during DEBUG builds.
|
||||||
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||||
@@ -118,7 +118,7 @@ CMAKE_EXPORT_BUILD_DATABASE:BOOL=
|
|||||||
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
||||||
|
|
||||||
//Value Computed by CMake.
|
//Value Computed by CMake.
|
||||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/pkgRedirects
|
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/pkgRedirects
|
||||||
|
|
||||||
//Install path prefix, prepended onto install directories.
|
//Install path prefix, prepended onto install directories.
|
||||||
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/bootloader
|
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/bootloader
|
||||||
@@ -252,13 +252,13 @@ IDF_TOOLCHAIN:STRING=gcc
|
|||||||
|
|
||||||
//Path to toolchain build directory containing response files and
|
//Path to toolchain build directory containing response files and
|
||||||
// toolchain file copy
|
// toolchain file copy
|
||||||
IDF_TOOLCHAIN_BUILD_DIR:PATH=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain
|
IDF_TOOLCHAIN_BUILD_DIR:PATH=C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain
|
||||||
|
|
||||||
//No help, variable specified on the command line.
|
//No help, variable specified on the command line.
|
||||||
IGNORE_EXTRA_COMPONENT:UNINITIALIZED=
|
IGNORE_EXTRA_COMPONENT:UNINITIALIZED=
|
||||||
|
|
||||||
//No help, variable specified on the command line.
|
//No help, variable specified on the command line.
|
||||||
PROJECT_SOURCE_DIR:UNINITIALIZED=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI
|
PROJECT_SOURCE_DIR:UNINITIALIZED=C:/Users/e.adame/Documents/ESP32_ModbusTCP
|
||||||
|
|
||||||
//No help, variable specified on the command line.
|
//No help, variable specified on the command line.
|
||||||
PYTHON:UNINITIALIZED=C:/Espressif/tools/python/v6.0/venv/Scripts/python.exe
|
PYTHON:UNINITIALIZED=C:/Espressif/tools/python/v6.0/venv/Scripts/python.exe
|
||||||
@@ -267,10 +267,10 @@ PYTHON:UNINITIALIZED=C:/Espressif/tools/python/v6.0/venv/Scripts/python.exe
|
|||||||
PYTHON_DEPS_CHECKED:UNINITIALIZED=1
|
PYTHON_DEPS_CHECKED:UNINITIALIZED=1
|
||||||
|
|
||||||
//No help, variable specified on the command line.
|
//No help, variable specified on the command line.
|
||||||
SDKCONFIG:UNINITIALIZED=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/sdkconfig
|
SDKCONFIG:UNINITIALIZED=C:/Users/e.adame/Documents/ESP32_ModbusTCP/sdkconfig
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
bootloader_BINARY_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader
|
bootloader_BINARY_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
bootloader_IS_TOP_LEVEL:STATIC=ON
|
bootloader_IS_TOP_LEVEL:STATIC=ON
|
||||||
@@ -279,7 +279,7 @@ bootloader_IS_TOP_LEVEL:STATIC=ON
|
|||||||
bootloader_SOURCE_DIR:STATIC=C:/esp/v6.0/esp-idf/components/bootloader/subproject
|
bootloader_SOURCE_DIR:STATIC=C:/esp/v6.0/esp-idf/components/bootloader/subproject
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
esp-idf_BINARY_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf
|
esp-idf_BINARY_DIR:STATIC=C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf
|
||||||
|
|
||||||
//Value Computed by CMake
|
//Value Computed by CMake
|
||||||
esp-idf_IS_TOP_LEVEL:STATIC=OFF
|
esp-idf_IS_TOP_LEVEL:STATIC=OFF
|
||||||
@@ -312,7 +312,7 @@ CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
|||||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
|
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
|
||||||
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||||
//This is the directory where this CMakeCache.txt was created
|
//This is the directory where this CMakeCache.txt was created
|
||||||
CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader
|
CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader
|
||||||
//Major version of cmake used to create the current loaded cache
|
//Major version of cmake used to create the current loaded cache
|
||||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
|
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
|
||||||
//Minor version of cmake used to create the current loaded cache
|
//Minor version of cmake used to create the current loaded cache
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ set(CMAKE_HOST_SYSTEM_NAME "Windows")
|
|||||||
set(CMAKE_HOST_SYSTEM_VERSION "10.0.26100")
|
set(CMAKE_HOST_SYSTEM_VERSION "10.0.26100")
|
||||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64")
|
set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64")
|
||||||
|
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/toolchain-esp32.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/toolchain-esp32.cmake")
|
||||||
|
|
||||||
set(CMAKE_SYSTEM "Generic")
|
set(CMAKE_SYSTEM "Generic")
|
||||||
set(CMAKE_SYSTEM_NAME "Generic")
|
set(CMAKE_SYSTEM_NAME "Generic")
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ events:
|
|||||||
message: |
|
message: |
|
||||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||||
Compiler: C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc.exe
|
Compiler: C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc.exe
|
||||||
Build flags: @C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags
|
Build flags: @C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags
|
||||||
Id flags:
|
Id flags:
|
||||||
|
|
||||||
The output was:
|
The output was:
|
||||||
@@ -31,7 +31,7 @@ events:
|
|||||||
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
||||||
|
|
||||||
The C compiler identification is GNU, found in:
|
The C compiler identification is GNU, found in:
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/4.0.3/CompilerIdC/a.out
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/4.0.3/CompilerIdC/a.out
|
||||||
|
|
||||||
-
|
-
|
||||||
kind: "message-v1"
|
kind: "message-v1"
|
||||||
@@ -44,7 +44,7 @@ events:
|
|||||||
message: |
|
message: |
|
||||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||||
Compiler: C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-g++.exe
|
Compiler: C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-g++.exe
|
||||||
Build flags: @C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags
|
Build flags: @C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags
|
||||||
Id flags:
|
Id flags:
|
||||||
|
|
||||||
The output was:
|
The output was:
|
||||||
@@ -54,7 +54,7 @@ events:
|
|||||||
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
||||||
|
|
||||||
The CXX compiler identification is GNU, found in:
|
The CXX compiler identification is GNU, found in:
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/4.0.3/CompilerIdCXX/a.out
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/4.0.3/CompilerIdCXX/a.out
|
||||||
|
|
||||||
-
|
-
|
||||||
kind: "message-v1"
|
kind: "message-v1"
|
||||||
@@ -80,21 +80,21 @@ events:
|
|||||||
checks:
|
checks:
|
||||||
- "Detecting C compiler ABI info"
|
- "Detecting C compiler ABI info"
|
||||||
directories:
|
directories:
|
||||||
source: "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-i7j1r0"
|
source: "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-j2lbwb"
|
||||||
binary: "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-i7j1r0"
|
binary: "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-j2lbwb"
|
||||||
cmakeVariables:
|
cmakeVariables:
|
||||||
CMAKE_C_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags\""
|
CMAKE_C_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags\""
|
||||||
CMAKE_C_FLAGS_DEBUG: "-g"
|
CMAKE_C_FLAGS_DEBUG: "-g"
|
||||||
CMAKE_EXE_LINKER_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags\""
|
CMAKE_EXE_LINKER_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags\""
|
||||||
CMAKE_MODULE_PATH: "C:/esp/v6.0/esp-idf/tools/cmake;C:/esp/v6.0/esp-idf/tools/cmake/third_party"
|
CMAKE_MODULE_PATH: "C:/esp/v6.0/esp-idf/tools/cmake;C:/esp/v6.0/esp-idf/tools/cmake/third_party"
|
||||||
buildResult:
|
buildResult:
|
||||||
variable: "CMAKE_C_ABI_COMPILED"
|
variable: "CMAKE_C_ABI_COMPILED"
|
||||||
cached: true
|
cached: true
|
||||||
stdout: |
|
stdout: |
|
||||||
Change Dir: 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-i7j1r0'
|
Change Dir: 'C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-j2lbwb'
|
||||||
|
|
||||||
Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_3e735
|
Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_3b97b
|
||||||
[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags" -v -o CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c
|
[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags" -v -o CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c
|
||||||
Using built-in specs.
|
Using built-in specs.
|
||||||
COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-gcc.exe
|
COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-gcc.exe
|
||||||
Target: xtensa-esp-elf
|
Target: xtensa-esp-elf
|
||||||
@@ -102,8 +102,8 @@ events:
|
|||||||
Thread model: posix
|
Thread model: posix
|
||||||
Supported LTO compression algorithms: zlib zstd
|
Supported LTO compression algorithms: zlib zstd
|
||||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3e735.dir/'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3b97b.dir/'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3e735.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -version -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckvVAIW.s
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3b97b.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -version -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccOWsamS.s
|
||||||
GNU C23 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)
|
GNU C23 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)
|
||||||
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
||||||
|
|
||||||
@@ -120,12 +120,12 @@ events:
|
|||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include
|
||||||
End of search list.
|
End of search list.
|
||||||
Compiler executable checksum: e6b21aec963fbe25dfad096ddce866c1
|
Compiler executable checksum: e6b21aec963fbe25dfad096ddce866c1
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3e735.dir/'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3b97b.dir/'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckvVAIW.s
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccOWsamS.s
|
||||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
||||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/\x0d
|
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/\x0d
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.'\x0d
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.'\x0d
|
||||||
[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags" @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.obj -o cmTC_3e735 && cd ."
|
[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags" @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.obj -o cmTC_3b97b && cd ."
|
||||||
Using built-in specs.
|
Using built-in specs.
|
||||||
COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-gcc.exe
|
COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-gcc.exe
|
||||||
COLLECT_LTO_WRAPPER=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe
|
COLLECT_LTO_WRAPPER=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe
|
||||||
@@ -136,9 +136,9 @@ events:
|
|||||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
||||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
||||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_3e735' '-dumpdir' 'cmTC_3e735.'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_3b97b' '-dumpdir' 'cmTC_3b97b.'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckReo0j.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_3e735 C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccB9A0Ml -lgcc -lc -lnosys -lc -lgcc C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o\x0d
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccyA9dD4.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_3b97b C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cc6bUeXY -lgcc -lc -lnosys -lc -lgcc C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o\x0d
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_3e735' '-dumpdir' 'cmTC_3e735.'\x0d
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_3b97b' '-dumpdir' 'cmTC_3b97b.'\x0d
|
||||||
|
|
||||||
exitCode: 0
|
exitCode: 0
|
||||||
-
|
-
|
||||||
@@ -173,10 +173,10 @@ events:
|
|||||||
Parsed C implicit link information:
|
Parsed C implicit link information:
|
||||||
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
||||||
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
||||||
ignore line: [Change Dir: 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-i7j1r0']
|
ignore line: [Change Dir: 'C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-j2lbwb']
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: [Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_3e735]
|
ignore line: [Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_3b97b]
|
||||||
ignore line: [[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags" -v -o CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c]
|
ignore line: [[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags" -v -o CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c]
|
||||||
ignore line: [Using built-in specs.]
|
ignore line: [Using built-in specs.]
|
||||||
ignore line: [COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-gcc.exe]
|
ignore line: [COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-gcc.exe]
|
||||||
ignore line: [Target: xtensa-esp-elf]
|
ignore line: [Target: xtensa-esp-elf]
|
||||||
@@ -184,8 +184,8 @@ events:
|
|||||||
ignore line: [Thread model: posix]
|
ignore line: [Thread model: posix]
|
||||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204) ]
|
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204) ]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3e735.dir/']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3b97b.dir/']
|
||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3e735.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -version -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckvVAIW.s]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3b97b.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -version -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccOWsamS.s]
|
||||||
ignore line: [GNU C23 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)]
|
ignore line: [GNU C23 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)]
|
||||||
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
||||||
ignore line: []
|
ignore line: []
|
||||||
@@ -202,8 +202,8 @@ events:
|
|||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include]
|
||||||
ignore line: [End of search list.]
|
ignore line: [End of search list.]
|
||||||
ignore line: [Compiler executable checksum: e6b21aec963fbe25dfad096ddce866c1]
|
ignore line: [Compiler executable checksum: e6b21aec963fbe25dfad096ddce866c1]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3e735.dir/']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3b97b.dir/']
|
||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckvVAIW.s]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccOWsamS.s]
|
||||||
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/]
|
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/]
|
||||||
@@ -215,8 +215,8 @@ events:
|
|||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/\x0d]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/\x0d]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.'\x0d]
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.'\x0d]
|
||||||
ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags" @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_3e735.dir/CMakeCCompilerABI.c.obj -o cmTC_3e735 && cd ."]
|
ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags" @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_3b97b.dir/CMakeCCompilerABI.c.obj -o cmTC_3b97b && cd ."]
|
||||||
ignore line: [Using built-in specs.]
|
ignore line: [Using built-in specs.]
|
||||||
ignore line: [COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-gcc.exe]
|
ignore line: [COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-gcc.exe]
|
||||||
ignore line: [COLLECT_LTO_WRAPPER=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe]
|
ignore line: [COLLECT_LTO_WRAPPER=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe]
|
||||||
@@ -236,13 +236,13 @@ events:
|
|||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_3e735' '-dumpdir' 'cmTC_3e735.']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_3b97b' '-dumpdir' 'cmTC_3b97b.']
|
||||||
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckReo0j.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_3e735 C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccB9A0Ml -lgcc -lc -lnosys -lc -lgcc C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o\x0d]
|
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccyA9dD4.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_3b97b C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cc6bUeXY -lgcc -lc -lnosys -lc -lgcc C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o\x0d]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe] ==> ignore
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe] ==> ignore
|
||||||
arg [-plugin] ==> ignore
|
arg [-plugin] ==> ignore
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll] ==> ignore
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll] ==> ignore
|
||||||
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe] ==> ignore
|
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe] ==> ignore
|
||||||
arg [-plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckReo0j.res] ==> ignore
|
arg [-plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccyA9dD4.res] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
|
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
|
||||||
@@ -251,7 +251,7 @@ events:
|
|||||||
arg [--sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf] ==> ignore
|
arg [--sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf] ==> ignore
|
||||||
arg [--dynconfig=xtensa_esp32.so] ==> ignore
|
arg [--dynconfig=xtensa_esp32.so] ==> ignore
|
||||||
arg [-o] ==> ignore
|
arg [-o] ==> ignore
|
||||||
arg [cmTC_3e735] ==> ignore
|
arg [cmTC_3b97b] ==> ignore
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o]
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o]
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o]
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o]
|
||||||
@@ -263,7 +263,7 @@ events:
|
|||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib]
|
||||||
arg [@C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccB9A0Ml] ==> ignore
|
arg [@C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cc6bUeXY] ==> ignore
|
||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
arg [-lc] ==> lib [c]
|
arg [-lc] ==> lib [c]
|
||||||
arg [-lnosys] ==> lib [nosys]
|
arg [-lnosys] ==> lib [nosys]
|
||||||
@@ -271,7 +271,7 @@ events:
|
|||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o]
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o]
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_3e735' '-dumpdir' 'cmTC_3e735.'\x0d]
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_3b97b' '-dumpdir' 'cmTC_3b97b.'\x0d]
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: []
|
ignore line: []
|
||||||
collapse obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/xtensa-esp-elf/lib/esp32/crt0.o]
|
collapse obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/xtensa-esp-elf/lib/esp32/crt0.o]
|
||||||
@@ -303,22 +303,22 @@ events:
|
|||||||
checks:
|
checks:
|
||||||
- "Detecting CXX compiler ABI info"
|
- "Detecting CXX compiler ABI info"
|
||||||
directories:
|
directories:
|
||||||
source: "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-jut9tc"
|
source: "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-4mdkum"
|
||||||
binary: "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-jut9tc"
|
binary: "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-4mdkum"
|
||||||
cmakeVariables:
|
cmakeVariables:
|
||||||
CMAKE_CXX_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags\""
|
CMAKE_CXX_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags\""
|
||||||
CMAKE_CXX_FLAGS_DEBUG: "-g"
|
CMAKE_CXX_FLAGS_DEBUG: "-g"
|
||||||
CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
|
CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
|
||||||
CMAKE_EXE_LINKER_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags\""
|
CMAKE_EXE_LINKER_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags\""
|
||||||
CMAKE_MODULE_PATH: "C:/esp/v6.0/esp-idf/tools/cmake;C:/esp/v6.0/esp-idf/tools/cmake/third_party"
|
CMAKE_MODULE_PATH: "C:/esp/v6.0/esp-idf/tools/cmake;C:/esp/v6.0/esp-idf/tools/cmake/third_party"
|
||||||
buildResult:
|
buildResult:
|
||||||
variable: "CMAKE_CXX_ABI_COMPILED"
|
variable: "CMAKE_CXX_ABI_COMPILED"
|
||||||
cached: true
|
cached: true
|
||||||
stdout: |
|
stdout: |
|
||||||
Change Dir: 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-jut9tc'
|
Change Dir: 'C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-4mdkum'
|
||||||
|
|
||||||
Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_10501
|
Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_1346a
|
||||||
[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags" -v -o CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp
|
[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags" -v -o CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp
|
||||||
Using built-in specs.
|
Using built-in specs.
|
||||||
COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-g++.exe
|
COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-g++.exe
|
||||||
Target: xtensa-esp-elf
|
Target: xtensa-esp-elf
|
||||||
@@ -326,8 +326,8 @@ events:
|
|||||||
Thread model: posix
|
Thread model: posix
|
||||||
Supported LTO compression algorithms: zlib zstd
|
Supported LTO compression algorithms: zlib zstd
|
||||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_10501.dir/'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_1346a.dir/'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1plus.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_10501.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -version -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cctv7ZLa.s
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1plus.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_1346a.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -version -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccNvuChp.s
|
||||||
GNU C++17 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)
|
GNU C++17 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)
|
||||||
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
||||||
|
|
||||||
@@ -350,12 +350,12 @@ events:
|
|||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include
|
||||||
End of search list.
|
End of search list.
|
||||||
Compiler executable checksum: 4a5fbbbea400d48f02e70eeffcc23385
|
Compiler executable checksum: 4a5fbbbea400d48f02e70eeffcc23385
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_10501.dir/'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_1346a.dir/'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cctv7ZLa.s
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccNvuChp.s
|
||||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
||||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.'\x0d
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.'\x0d
|
||||||
[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags" @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_10501 && cd ."
|
[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags" @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_1346a && cd ."
|
||||||
Using built-in specs.
|
Using built-in specs.
|
||||||
COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-g++.exe
|
COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-g++.exe
|
||||||
COLLECT_LTO_WRAPPER=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe
|
COLLECT_LTO_WRAPPER=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe
|
||||||
@@ -366,9 +366,9 @@ events:
|
|||||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
||||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
||||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_10501' '-dumpdir' 'cmTC_10501.'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_1346a' '-dumpdir' 'cmTC_1346a.'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cc8t0Zpy.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_10501 C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccEfGlyW -lgcc -lc -lnosys -lc -lgcc C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o\x0d
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cczCaLWM.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_1346a C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccqjnCWp -lgcc -lc -lnosys -lc -lgcc C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o\x0d
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_10501' '-dumpdir' 'cmTC_10501.'\x0d
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_1346a' '-dumpdir' 'cmTC_1346a.'\x0d
|
||||||
|
|
||||||
exitCode: 0
|
exitCode: 0
|
||||||
-
|
-
|
||||||
@@ -409,10 +409,10 @@ events:
|
|||||||
Parsed CXX implicit link information:
|
Parsed CXX implicit link information:
|
||||||
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
||||||
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
||||||
ignore line: [Change Dir: 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-jut9tc']
|
ignore line: [Change Dir: 'C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-4mdkum']
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: [Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_10501]
|
ignore line: [Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_1346a]
|
||||||
ignore line: [[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags" -v -o CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp]
|
ignore line: [[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags" -v -o CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp]
|
||||||
ignore line: [Using built-in specs.]
|
ignore line: [Using built-in specs.]
|
||||||
ignore line: [COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-g++.exe]
|
ignore line: [COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-g++.exe]
|
||||||
ignore line: [Target: xtensa-esp-elf]
|
ignore line: [Target: xtensa-esp-elf]
|
||||||
@@ -420,8 +420,8 @@ events:
|
|||||||
ignore line: [Thread model: posix]
|
ignore line: [Thread model: posix]
|
||||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204) ]
|
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204) ]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_10501.dir/']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_1346a.dir/']
|
||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1plus.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_10501.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -version -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cctv7ZLa.s]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1plus.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_1346a.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -version -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccNvuChp.s]
|
||||||
ignore line: [GNU C++17 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)]
|
ignore line: [GNU C++17 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)]
|
||||||
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
||||||
ignore line: []
|
ignore line: []
|
||||||
@@ -444,8 +444,8 @@ events:
|
|||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include]
|
||||||
ignore line: [End of search list.]
|
ignore line: [End of search list.]
|
||||||
ignore line: [Compiler executable checksum: 4a5fbbbea400d48f02e70eeffcc23385]
|
ignore line: [Compiler executable checksum: 4a5fbbbea400d48f02e70eeffcc23385]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_10501.dir/']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_1346a.dir/']
|
||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cctv7ZLa.s]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccNvuChp.s]
|
||||||
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/]
|
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/]
|
||||||
@@ -457,8 +457,8 @@ events:
|
|||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.'\x0d]
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.'\x0d]
|
||||||
ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags" @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_10501.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_10501 && cd ."]
|
ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags" @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_1346a.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_1346a && cd ."]
|
||||||
ignore line: [Using built-in specs.]
|
ignore line: [Using built-in specs.]
|
||||||
ignore line: [COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-g++.exe]
|
ignore line: [COLLECT_GCC=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp-elf-g++.exe]
|
||||||
ignore line: [COLLECT_LTO_WRAPPER=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe]
|
ignore line: [COLLECT_LTO_WRAPPER=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe]
|
||||||
@@ -478,13 +478,13 @@ events:
|
|||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_10501' '-dumpdir' 'cmTC_10501.']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_1346a' '-dumpdir' 'cmTC_1346a.']
|
||||||
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cc8t0Zpy.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_10501 C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccEfGlyW -lgcc -lc -lnosys -lc -lgcc C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o\x0d]
|
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cczCaLWM.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_1346a C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccqjnCWp -lgcc -lc -lnosys -lc -lgcc C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o\x0d]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe] ==> ignore
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe] ==> ignore
|
||||||
arg [-plugin] ==> ignore
|
arg [-plugin] ==> ignore
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll] ==> ignore
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll] ==> ignore
|
||||||
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe] ==> ignore
|
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe] ==> ignore
|
||||||
arg [-plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cc8t0Zpy.res] ==> ignore
|
arg [-plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cczCaLWM.res] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
|
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
|
||||||
@@ -493,7 +493,7 @@ events:
|
|||||||
arg [--sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf] ==> ignore
|
arg [--sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf] ==> ignore
|
||||||
arg [--dynconfig=xtensa_esp32.so] ==> ignore
|
arg [--dynconfig=xtensa_esp32.so] ==> ignore
|
||||||
arg [-o] ==> ignore
|
arg [-o] ==> ignore
|
||||||
arg [cmTC_10501] ==> ignore
|
arg [cmTC_1346a] ==> ignore
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o]
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o]
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crti.o]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o]
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtbegin.o]
|
||||||
@@ -505,7 +505,7 @@ events:
|
|||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib]
|
||||||
arg [@C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccEfGlyW] ==> ignore
|
arg [@C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccqjnCWp] ==> ignore
|
||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
arg [-lc] ==> lib [c]
|
arg [-lc] ==> lib [c]
|
||||||
arg [-lnosys] ==> lib [nosys]
|
arg [-lnosys] ==> lib [nosys]
|
||||||
@@ -513,7 +513,7 @@ events:
|
|||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o]
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtend.o]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o]
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/crtn.o]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_10501' '-dumpdir' 'cmTC_10501.'\x0d]
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-v' '-o' 'cmTC_1346a' '-dumpdir' 'cmTC_1346a.'\x0d]
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: []
|
ignore line: []
|
||||||
collapse obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/xtensa-esp-elf/lib/esp32/crt0.o]
|
collapse obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/xtensa-esp-elf/lib/esp32/crt0.o]
|
||||||
@@ -548,21 +548,21 @@ events:
|
|||||||
checks:
|
checks:
|
||||||
- "Detecting C compiler ABI info"
|
- "Detecting C compiler ABI info"
|
||||||
directories:
|
directories:
|
||||||
source: "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-4dtbhy"
|
source: "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-lczazj"
|
||||||
binary: "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-4dtbhy"
|
binary: "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-lczazj"
|
||||||
cmakeVariables:
|
cmakeVariables:
|
||||||
CMAKE_C_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags\""
|
CMAKE_C_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags\""
|
||||||
CMAKE_C_FLAGS_DEBUG: "-g"
|
CMAKE_C_FLAGS_DEBUG: "-g"
|
||||||
CMAKE_EXE_LINKER_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags\""
|
CMAKE_EXE_LINKER_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags\""
|
||||||
CMAKE_MODULE_PATH: "C:/esp/v6.0/esp-idf/tools/cmake;C:/esp/v6.0/esp-idf/tools/cmake/third_party"
|
CMAKE_MODULE_PATH: "C:/esp/v6.0/esp-idf/tools/cmake;C:/esp/v6.0/esp-idf/tools/cmake/third_party"
|
||||||
buildResult:
|
buildResult:
|
||||||
variable: "CMAKE_C_ABI_COMPILED"
|
variable: "CMAKE_C_ABI_COMPILED"
|
||||||
cached: true
|
cached: true
|
||||||
stdout: |
|
stdout: |
|
||||||
Change Dir: 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-4dtbhy'
|
Change Dir: 'C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-lczazj'
|
||||||
|
|
||||||
Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_408fb
|
Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_57533
|
||||||
[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags" -v -o CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c
|
[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags" -v -o CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c
|
||||||
Using built-in specs.
|
Using built-in specs.
|
||||||
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
||||||
rename spec link to picolibc_link
|
rename spec link to picolibc_link
|
||||||
@@ -576,8 +576,8 @@ events:
|
|||||||
Thread model: posix
|
Thread model: posix
|
||||||
Supported LTO compression algorithms: zlib zstd
|
Supported LTO compression algorithms: zlib zstd
|
||||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_408fb.dir/'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_57533.dir/'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32 C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_408fb.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -version -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cctVO0Oz.s
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32 C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_57533.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -version -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccyYy0aw.s
|
||||||
GNU C23 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)
|
GNU C23 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)
|
||||||
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
||||||
|
|
||||||
@@ -596,12 +596,12 @@ events:
|
|||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include
|
||||||
End of search list.
|
End of search list.
|
||||||
Compiler executable checksum: e6b21aec963fbe25dfad096ddce866c1
|
Compiler executable checksum: e6b21aec963fbe25dfad096ddce866c1
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_408fb.dir/'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_57533.dir/'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cctVO0Oz.s
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccyYy0aw.s
|
||||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
||||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/\x0d
|
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/\x0d
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.'\x0d
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.'\x0d
|
||||||
[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags" @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.obj -o cmTC_408fb && cd ."
|
[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags" @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.obj -o cmTC_57533 && cd ."
|
||||||
Using built-in specs.
|
Using built-in specs.
|
||||||
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
||||||
rename spec link to picolibc_link
|
rename spec link to picolibc_link
|
||||||
@@ -618,9 +618,9 @@ events:
|
|||||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
||||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
||||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_408fb' '-dumpdir' 'cmTC_408fb.'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_57533' '-dumpdir' 'cmTC_57533.'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccdRiBVJ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_408fb C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccgkCDNj -lgcc --start-group -lgcc -lc --end-group -lgcc
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccWk7kzH.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_57533 C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckJZk5e -lgcc --start-group -lgcc -lc --end-group -lgcc
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_408fb' '-dumpdir' 'cmTC_408fb.'\x0d
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_57533' '-dumpdir' 'cmTC_57533.'\x0d
|
||||||
|
|
||||||
exitCode: 0
|
exitCode: 0
|
||||||
-
|
-
|
||||||
@@ -665,10 +665,10 @@ events:
|
|||||||
Parsed C implicit link information:
|
Parsed C implicit link information:
|
||||||
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
||||||
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
||||||
ignore line: [Change Dir: 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-4dtbhy']
|
ignore line: [Change Dir: 'C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-lczazj']
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: [Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_408fb]
|
ignore line: [Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_57533]
|
||||||
ignore line: [[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags" -v -o CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c]
|
ignore line: [[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags" -v -o CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c]
|
||||||
ignore line: [Using built-in specs.]
|
ignore line: [Using built-in specs.]
|
||||||
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
||||||
ignore line: [rename spec link to picolibc_link]
|
ignore line: [rename spec link to picolibc_link]
|
||||||
@@ -682,8 +682,8 @@ events:
|
|||||||
ignore line: [Thread model: posix]
|
ignore line: [Thread model: posix]
|
||||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204) ]
|
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204) ]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_408fb.dir/']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_57533.dir/']
|
||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32 C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_408fb.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -version -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cctVO0Oz.s]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32 C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_57533.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -version -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccyYy0aw.s]
|
||||||
ignore line: [GNU C23 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)]
|
ignore line: [GNU C23 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)]
|
||||||
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
||||||
ignore line: []
|
ignore line: []
|
||||||
@@ -702,8 +702,8 @@ events:
|
|||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include]
|
||||||
ignore line: [End of search list.]
|
ignore line: [End of search list.]
|
||||||
ignore line: [Compiler executable checksum: e6b21aec963fbe25dfad096ddce866c1]
|
ignore line: [Compiler executable checksum: e6b21aec963fbe25dfad096ddce866c1]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_408fb.dir/']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_57533.dir/']
|
||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cctVO0Oz.s]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccyYy0aw.s]
|
||||||
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/]
|
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/]
|
||||||
@@ -715,8 +715,8 @@ events:
|
|||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/\x0d]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/\x0d]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.'\x0d]
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.'\x0d]
|
||||||
ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags" @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_408fb.dir/CMakeCCompilerABI.c.obj -o cmTC_408fb && cd ."]
|
ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags" @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_57533.dir/CMakeCCompilerABI.c.obj -o cmTC_57533 && cd ."]
|
||||||
ignore line: [Using built-in specs.]
|
ignore line: [Using built-in specs.]
|
||||||
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
||||||
ignore line: [rename spec link to picolibc_link]
|
ignore line: [rename spec link to picolibc_link]
|
||||||
@@ -742,13 +742,13 @@ events:
|
|||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_408fb' '-dumpdir' 'cmTC_408fb.']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_57533' '-dumpdir' 'cmTC_57533.']
|
||||||
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccdRiBVJ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_408fb C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccgkCDNj -lgcc --start-group -lgcc -lc --end-group -lgcc]
|
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccWk7kzH.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_57533 C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckJZk5e -lgcc --start-group -lgcc -lc --end-group -lgcc]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe] ==> ignore
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe] ==> ignore
|
||||||
arg [-plugin] ==> ignore
|
arg [-plugin] ==> ignore
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll] ==> ignore
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll] ==> ignore
|
||||||
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe] ==> ignore
|
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe] ==> ignore
|
||||||
arg [-plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccdRiBVJ.res] ==> ignore
|
arg [-plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccWk7kzH.res] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||||
@@ -760,7 +760,7 @@ events:
|
|||||||
arg [--dynconfig=xtensa_esp32.so] ==> ignore
|
arg [--dynconfig=xtensa_esp32.so] ==> ignore
|
||||||
arg [--gc-sections] ==> ignore
|
arg [--gc-sections] ==> ignore
|
||||||
arg [-o] ==> ignore
|
arg [-o] ==> ignore
|
||||||
arg [cmTC_408fb] ==> ignore
|
arg [cmTC_57533] ==> ignore
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o]
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0]
|
||||||
@@ -772,14 +772,14 @@ events:
|
|||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib]
|
||||||
arg [@C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccgkCDNj] ==> ignore
|
arg [@C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckJZk5e] ==> ignore
|
||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
arg [--start-group] ==> ignore
|
arg [--start-group] ==> ignore
|
||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
arg [-lc] ==> lib [c]
|
arg [-lc] ==> lib [c]
|
||||||
arg [--end-group] ==> ignore
|
arg [--end-group] ==> ignore
|
||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_408fb' '-dumpdir' 'cmTC_408fb.'\x0d]
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_57533' '-dumpdir' 'cmTC_57533.'\x0d]
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: []
|
ignore line: []
|
||||||
collapse obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/picolibc/xtensa-esp-elf/lib/esp32/crt0.o]
|
collapse obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/picolibc/xtensa-esp-elf/lib/esp32/crt0.o]
|
||||||
@@ -814,22 +814,22 @@ events:
|
|||||||
checks:
|
checks:
|
||||||
- "Detecting CXX compiler ABI info"
|
- "Detecting CXX compiler ABI info"
|
||||||
directories:
|
directories:
|
||||||
source: "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-egi6ne"
|
source: "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-nj8sor"
|
||||||
binary: "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-egi6ne"
|
binary: "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-nj8sor"
|
||||||
cmakeVariables:
|
cmakeVariables:
|
||||||
CMAKE_CXX_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags\""
|
CMAKE_CXX_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags\""
|
||||||
CMAKE_CXX_FLAGS_DEBUG: "-g"
|
CMAKE_CXX_FLAGS_DEBUG: "-g"
|
||||||
CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
|
CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
|
||||||
CMAKE_EXE_LINKER_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags\""
|
CMAKE_EXE_LINKER_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags\""
|
||||||
CMAKE_MODULE_PATH: "C:/esp/v6.0/esp-idf/tools/cmake;C:/esp/v6.0/esp-idf/tools/cmake/third_party"
|
CMAKE_MODULE_PATH: "C:/esp/v6.0/esp-idf/tools/cmake;C:/esp/v6.0/esp-idf/tools/cmake/third_party"
|
||||||
buildResult:
|
buildResult:
|
||||||
variable: "CMAKE_CXX_ABI_COMPILED"
|
variable: "CMAKE_CXX_ABI_COMPILED"
|
||||||
cached: true
|
cached: true
|
||||||
stdout: |
|
stdout: |
|
||||||
Change Dir: 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-egi6ne'
|
Change Dir: 'C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-nj8sor'
|
||||||
|
|
||||||
Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_217bc
|
Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_e9769
|
||||||
[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags" -v -o CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp
|
[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags" -v -o CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp
|
||||||
Using built-in specs.
|
Using built-in specs.
|
||||||
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
||||||
rename spec link to picolibc_link
|
rename spec link to picolibc_link
|
||||||
@@ -843,8 +843,8 @@ events:
|
|||||||
Thread model: posix
|
Thread model: posix
|
||||||
Supported LTO compression algorithms: zlib zstd
|
Supported LTO compression algorithms: zlib zstd
|
||||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_217bc.dir/'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_e9769.dir/'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1plus.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_217bc.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -version -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32 -ftls-model=local-exec -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cchfhLD9.s
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1plus.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_e9769.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -version -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32 -ftls-model=local-exec -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccawSAz4.s
|
||||||
GNU C++17 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)
|
GNU C++17 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)
|
||||||
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
||||||
|
|
||||||
@@ -869,12 +869,12 @@ events:
|
|||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include
|
||||||
End of search list.
|
End of search list.
|
||||||
Compiler executable checksum: 4a5fbbbea400d48f02e70eeffcc23385
|
Compiler executable checksum: 4a5fbbbea400d48f02e70eeffcc23385
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_217bc.dir/'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_e9769.dir/'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cchfhLD9.s
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccawSAz4.s
|
||||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
||||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.'\x0d
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.'\x0d
|
||||||
[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags" @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_217bc && cd ."
|
[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags" @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_e9769 && cd ."
|
||||||
Using built-in specs.
|
Using built-in specs.
|
||||||
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
||||||
rename spec link to picolibc_link
|
rename spec link to picolibc_link
|
||||||
@@ -891,9 +891,9 @@ events:
|
|||||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
||||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
||||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_217bc' '-dumpdir' 'cmTC_217bc.'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_e9769' '-dumpdir' 'cmTC_e9769.'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccCDq6Gf.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_217bc C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cc46G2dl -lgcc --start-group -lgcc -lc --end-group -lgcc
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckVtHOg.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_e9769 C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccotqfSn -lgcc --start-group -lgcc -lc --end-group -lgcc
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_217bc' '-dumpdir' 'cmTC_217bc.'\x0d
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_e9769' '-dumpdir' 'cmTC_e9769.'\x0d
|
||||||
|
|
||||||
exitCode: 0
|
exitCode: 0
|
||||||
-
|
-
|
||||||
@@ -944,10 +944,10 @@ events:
|
|||||||
Parsed CXX implicit link information:
|
Parsed CXX implicit link information:
|
||||||
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
||||||
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
||||||
ignore line: [Change Dir: 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-egi6ne']
|
ignore line: [Change Dir: 'C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-nj8sor']
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: [Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_217bc]
|
ignore line: [Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_e9769]
|
||||||
ignore line: [[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags" -v -o CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp]
|
ignore line: [[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags" -v -o CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp]
|
||||||
ignore line: [Using built-in specs.]
|
ignore line: [Using built-in specs.]
|
||||||
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
||||||
ignore line: [rename spec link to picolibc_link]
|
ignore line: [rename spec link to picolibc_link]
|
||||||
@@ -961,8 +961,8 @@ events:
|
|||||||
ignore line: [Thread model: posix]
|
ignore line: [Thread model: posix]
|
||||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204) ]
|
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204) ]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_217bc.dir/']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_e9769.dir/']
|
||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1plus.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_217bc.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -version -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32 -ftls-model=local-exec -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cchfhLD9.s]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1plus.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_e9769.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -version -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32 -ftls-model=local-exec -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccawSAz4.s]
|
||||||
ignore line: [GNU C++17 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)]
|
ignore line: [GNU C++17 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)]
|
||||||
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
||||||
ignore line: []
|
ignore line: []
|
||||||
@@ -987,8 +987,8 @@ events:
|
|||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include]
|
||||||
ignore line: [End of search list.]
|
ignore line: [End of search list.]
|
||||||
ignore line: [Compiler executable checksum: 4a5fbbbea400d48f02e70eeffcc23385]
|
ignore line: [Compiler executable checksum: 4a5fbbbea400d48f02e70eeffcc23385]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_217bc.dir/']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_e9769.dir/']
|
||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cchfhLD9.s]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccawSAz4.s]
|
||||||
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/]
|
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/]
|
||||||
@@ -1000,8 +1000,8 @@ events:
|
|||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.'\x0d]
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.'\x0d]
|
||||||
ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags" @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_217bc.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_217bc && cd ."]
|
ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags" @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_e9769.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_e9769 && cd ."]
|
||||||
ignore line: [Using built-in specs.]
|
ignore line: [Using built-in specs.]
|
||||||
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
||||||
ignore line: [rename spec link to picolibc_link]
|
ignore line: [rename spec link to picolibc_link]
|
||||||
@@ -1027,13 +1027,13 @@ events:
|
|||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_217bc' '-dumpdir' 'cmTC_217bc.']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_e9769' '-dumpdir' 'cmTC_e9769.']
|
||||||
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccCDq6Gf.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_217bc C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cc46G2dl -lgcc --start-group -lgcc -lc --end-group -lgcc]
|
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckVtHOg.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_e9769 C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccotqfSn -lgcc --start-group -lgcc -lc --end-group -lgcc]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe] ==> ignore
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe] ==> ignore
|
||||||
arg [-plugin] ==> ignore
|
arg [-plugin] ==> ignore
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll] ==> ignore
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll] ==> ignore
|
||||||
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe] ==> ignore
|
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe] ==> ignore
|
||||||
arg [-plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccCDq6Gf.res] ==> ignore
|
arg [-plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cckVtHOg.res] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||||
@@ -1045,7 +1045,7 @@ events:
|
|||||||
arg [--dynconfig=xtensa_esp32.so] ==> ignore
|
arg [--dynconfig=xtensa_esp32.so] ==> ignore
|
||||||
arg [--gc-sections] ==> ignore
|
arg [--gc-sections] ==> ignore
|
||||||
arg [-o] ==> ignore
|
arg [-o] ==> ignore
|
||||||
arg [cmTC_217bc] ==> ignore
|
arg [cmTC_e9769] ==> ignore
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o]
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0]
|
||||||
@@ -1057,14 +1057,14 @@ events:
|
|||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib]
|
||||||
arg [@C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cc46G2dl] ==> ignore
|
arg [@C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccotqfSn] ==> ignore
|
||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
arg [--start-group] ==> ignore
|
arg [--start-group] ==> ignore
|
||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
arg [-lc] ==> lib [c]
|
arg [-lc] ==> lib [c]
|
||||||
arg [--end-group] ==> ignore
|
arg [--end-group] ==> ignore
|
||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_217bc' '-dumpdir' 'cmTC_217bc.'\x0d]
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-v' '-o' 'cmTC_e9769' '-dumpdir' 'cmTC_e9769.'\x0d]
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: []
|
ignore line: []
|
||||||
collapse obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/picolibc/xtensa-esp-elf/lib/esp32/crt0.o]
|
collapse obj [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/crt0.o] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/picolibc/xtensa-esp-elf/lib/esp32/crt0.o]
|
||||||
@@ -1095,21 +1095,21 @@ events:
|
|||||||
checks:
|
checks:
|
||||||
- "Detecting C compiler ABI info"
|
- "Detecting C compiler ABI info"
|
||||||
directories:
|
directories:
|
||||||
source: "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-4jb5dr"
|
source: "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-blfrio"
|
||||||
binary: "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-4jb5dr"
|
binary: "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-blfrio"
|
||||||
cmakeVariables:
|
cmakeVariables:
|
||||||
CMAKE_C_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags\""
|
CMAKE_C_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags\""
|
||||||
CMAKE_C_FLAGS_DEBUG: "-g"
|
CMAKE_C_FLAGS_DEBUG: "-g"
|
||||||
CMAKE_EXE_LINKER_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags\""
|
CMAKE_EXE_LINKER_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags\""
|
||||||
CMAKE_MODULE_PATH: "C:/esp/v6.0/esp-idf/tools/cmake;C:/esp/v6.0/esp-idf/tools/cmake/third_party"
|
CMAKE_MODULE_PATH: "C:/esp/v6.0/esp-idf/tools/cmake;C:/esp/v6.0/esp-idf/tools/cmake/third_party"
|
||||||
buildResult:
|
buildResult:
|
||||||
variable: "CMAKE_C_ABI_COMPILED"
|
variable: "CMAKE_C_ABI_COMPILED"
|
||||||
cached: true
|
cached: true
|
||||||
stdout: |
|
stdout: |
|
||||||
Change Dir: 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-4jb5dr'
|
Change Dir: 'C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-blfrio'
|
||||||
|
|
||||||
Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_3213d
|
Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_1159a
|
||||||
[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags" -v -o CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c
|
[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags" -v -o CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c
|
||||||
Using built-in specs.
|
Using built-in specs.
|
||||||
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
||||||
rename spec link to picolibc_link
|
rename spec link to picolibc_link
|
||||||
@@ -1123,8 +1123,8 @@ events:
|
|||||||
Thread model: posix
|
Thread model: posix
|
||||||
Supported LTO compression algorithms: zlib zstd
|
Supported LTO compression algorithms: zlib zstd
|
||||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-v' '-o' 'CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3213d.dir/'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-v' '-o' 'CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_1159a.dir/'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32 C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_3213d.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccL9Bpqf.s
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32 C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_1159a.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccHGBlY0.s
|
||||||
GNU C23 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)
|
GNU C23 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)
|
||||||
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
||||||
|
|
||||||
@@ -1143,12 +1143,12 @@ events:
|
|||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include
|
||||||
End of search list.
|
End of search list.
|
||||||
Compiler executable checksum: e6b21aec963fbe25dfad096ddce866c1
|
Compiler executable checksum: e6b21aec963fbe25dfad096ddce866c1
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-v' '-o' 'CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3213d.dir/'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-v' '-o' 'CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_1159a.dir/'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccL9Bpqf.s
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccHGBlY0.s
|
||||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
||||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/\x0d
|
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/\x0d
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-v' '-o' 'CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.'\x0d
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-v' '-o' 'CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.'\x0d
|
||||||
[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags" @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.obj -o cmTC_3213d && cd ."
|
[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags" @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.obj -o cmTC_1159a && cd ."
|
||||||
Using built-in specs.
|
Using built-in specs.
|
||||||
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
||||||
rename spec link to picolibc_link
|
rename spec link to picolibc_link
|
||||||
@@ -1165,10 +1165,10 @@ events:
|
|||||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
||||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
||||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_3213d' '-dumpdir' 'cmTC_3213d.'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_1159a' '-dumpdir' 'cmTC_1159a.'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccZM80Eu.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_3213d -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccG75eWO -lgcc --start-group -lgcc -lc --end-group -lgcc\x0d
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cc7p3Pef.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_1159a -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccIq6Fhk -lgcc --start-group -lgcc -lc --end-group -lgcc\x0d
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start; defaulting to 10000000\x0d
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start; defaulting to 10000000\x0d
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_3213d' '-dumpdir' 'cmTC_3213d.'\x0d
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_1159a' '-dumpdir' 'cmTC_1159a.'\x0d
|
||||||
|
|
||||||
exitCode: 0
|
exitCode: 0
|
||||||
-
|
-
|
||||||
@@ -1205,10 +1205,10 @@ events:
|
|||||||
Parsed C implicit link information:
|
Parsed C implicit link information:
|
||||||
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
||||||
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
||||||
ignore line: [Change Dir: 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-4jb5dr']
|
ignore line: [Change Dir: 'C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-blfrio']
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: [Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_3213d]
|
ignore line: [Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_1159a]
|
||||||
ignore line: [[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags" -v -o CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c]
|
ignore line: [[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags" -v -o CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c]
|
||||||
ignore line: [Using built-in specs.]
|
ignore line: [Using built-in specs.]
|
||||||
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
||||||
ignore line: [rename spec link to picolibc_link]
|
ignore line: [rename spec link to picolibc_link]
|
||||||
@@ -1222,8 +1222,8 @@ events:
|
|||||||
ignore line: [Thread model: posix]
|
ignore line: [Thread model: posix]
|
||||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204) ]
|
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204) ]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-v' '-o' 'CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3213d.dir/']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-v' '-o' 'CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_1159a.dir/']
|
||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32 C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_3213d.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccL9Bpqf.s]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32 C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCCompilerABI.c -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_1159a.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccHGBlY0.s]
|
||||||
ignore line: [GNU C23 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)]
|
ignore line: [GNU C23 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)]
|
||||||
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
||||||
ignore line: []
|
ignore line: []
|
||||||
@@ -1242,8 +1242,8 @@ events:
|
|||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include]
|
||||||
ignore line: [End of search list.]
|
ignore line: [End of search list.]
|
||||||
ignore line: [Compiler executable checksum: e6b21aec963fbe25dfad096ddce866c1]
|
ignore line: [Compiler executable checksum: e6b21aec963fbe25dfad096ddce866c1]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-v' '-o' 'CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3213d.dir/']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-v' '-o' 'CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_1159a.dir/']
|
||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccL9Bpqf.s]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccHGBlY0.s]
|
||||||
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/]
|
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/]
|
||||||
@@ -1255,8 +1255,8 @@ events:
|
|||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/\x0d]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/\x0d]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-v' '-o' 'CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.'\x0d]
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-v' '-o' 'CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.'\x0d]
|
||||||
ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cflags" @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_3213d.dir/CMakeCCompilerABI.c.obj -o cmTC_3213d && cd ."]
|
ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cflags" @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_1159a.dir/CMakeCCompilerABI.c.obj -o cmTC_1159a && cd ."]
|
||||||
ignore line: [Using built-in specs.]
|
ignore line: [Using built-in specs.]
|
||||||
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
||||||
ignore line: [rename spec link to picolibc_link]
|
ignore line: [rename spec link to picolibc_link]
|
||||||
@@ -1282,13 +1282,13 @@ events:
|
|||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_3213d' '-dumpdir' 'cmTC_3213d.']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_1159a' '-dumpdir' 'cmTC_1159a.']
|
||||||
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccZM80Eu.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_3213d -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccG75eWO -lgcc --start-group -lgcc -lc --end-group -lgcc\x0d]
|
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cc7p3Pef.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_1159a -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccIq6Fhk -lgcc --start-group -lgcc -lc --end-group -lgcc\x0d]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe] ==> ignore
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe] ==> ignore
|
||||||
arg [-plugin] ==> ignore
|
arg [-plugin] ==> ignore
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll] ==> ignore
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll] ==> ignore
|
||||||
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe] ==> ignore
|
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe] ==> ignore
|
||||||
arg [-plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccZM80Eu.res] ==> ignore
|
arg [-plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\cc7p3Pef.res] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||||
@@ -1300,7 +1300,7 @@ events:
|
|||||||
arg [--dynconfig=xtensa_esp32.so] ==> ignore
|
arg [--dynconfig=xtensa_esp32.so] ==> ignore
|
||||||
arg [--gc-sections] ==> ignore
|
arg [--gc-sections] ==> ignore
|
||||||
arg [-o] ==> ignore
|
arg [-o] ==> ignore
|
||||||
arg [cmTC_3213d] ==> ignore
|
arg [cmTC_1159a] ==> ignore
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti]
|
||||||
@@ -1311,7 +1311,7 @@ events:
|
|||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib]
|
||||||
arg [@C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccG75eWO] ==> ignore
|
arg [@C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccIq6Fhk] ==> ignore
|
||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
arg [--start-group] ==> ignore
|
arg [--start-group] ==> ignore
|
||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
@@ -1320,7 +1320,7 @@ events:
|
|||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start]
|
||||||
ignore line: [ defaulting to 10000000\x0d]
|
ignore line: [ defaulting to 10000000\x0d]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_3213d' '-dumpdir' 'cmTC_3213d.'\x0d]
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_1159a' '-dumpdir' 'cmTC_1159a.'\x0d]
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: []
|
ignore line: []
|
||||||
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/no-rtti] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/picolibc/xtensa-esp-elf/lib/esp32/no-rtti]
|
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/no-rtti] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/picolibc/xtensa-esp-elf/lib/esp32/no-rtti]
|
||||||
@@ -1350,22 +1350,22 @@ events:
|
|||||||
checks:
|
checks:
|
||||||
- "Detecting CXX compiler ABI info"
|
- "Detecting CXX compiler ABI info"
|
||||||
directories:
|
directories:
|
||||||
source: "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-tyjsun"
|
source: "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-zblker"
|
||||||
binary: "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-tyjsun"
|
binary: "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-zblker"
|
||||||
cmakeVariables:
|
cmakeVariables:
|
||||||
CMAKE_CXX_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags\""
|
CMAKE_CXX_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags\""
|
||||||
CMAKE_CXX_FLAGS_DEBUG: "-g"
|
CMAKE_CXX_FLAGS_DEBUG: "-g"
|
||||||
CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
|
CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
|
||||||
CMAKE_EXE_LINKER_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags\""
|
CMAKE_EXE_LINKER_FLAGS: "@\"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags\""
|
||||||
CMAKE_MODULE_PATH: "C:/esp/v6.0/esp-idf/tools/cmake;C:/esp/v6.0/esp-idf/tools/cmake/third_party"
|
CMAKE_MODULE_PATH: "C:/esp/v6.0/esp-idf/tools/cmake;C:/esp/v6.0/esp-idf/tools/cmake/third_party"
|
||||||
buildResult:
|
buildResult:
|
||||||
variable: "CMAKE_CXX_ABI_COMPILED"
|
variable: "CMAKE_CXX_ABI_COMPILED"
|
||||||
cached: true
|
cached: true
|
||||||
stdout: |
|
stdout: |
|
||||||
Change Dir: 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-tyjsun'
|
Change Dir: 'C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-zblker'
|
||||||
|
|
||||||
Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_5b477
|
Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_67591
|
||||||
[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags" -v -o CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp
|
[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags" -v -o CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp
|
||||||
Using built-in specs.
|
Using built-in specs.
|
||||||
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
||||||
rename spec link to picolibc_link
|
rename spec link to picolibc_link
|
||||||
@@ -1379,8 +1379,8 @@ events:
|
|||||||
Thread model: posix
|
Thread model: posix
|
||||||
Supported LTO compression algorithms: zlib zstd
|
Supported LTO compression algorithms: zlib zstd
|
||||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-rtti' '-v' '-o' 'CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_5b477.dir/'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-rtti' '-v' '-o' 'CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_67591.dir/'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1plus.exe -quiet -v -imultilib esp32/no-rtti -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_5b477.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-rtti -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32/no-rtti -ftls-model=local-exec -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccdmGggY.s
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1plus.exe -quiet -v -imultilib esp32/no-rtti -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_67591.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-rtti -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32/no-rtti -ftls-model=local-exec -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccYaRJDy.s
|
||||||
GNU C++17 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)
|
GNU C++17 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)
|
||||||
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
||||||
|
|
||||||
@@ -1405,12 +1405,12 @@ events:
|
|||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include
|
||||||
End of search list.
|
End of search list.
|
||||||
Compiler executable checksum: 4a5fbbbea400d48f02e70eeffcc23385
|
Compiler executable checksum: 4a5fbbbea400d48f02e70eeffcc23385
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-rtti' '-v' '-o' 'CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_5b477.dir/'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-rtti' '-v' '-o' 'CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_67591.dir/'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccdmGggY.s
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccYaRJDy.s
|
||||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
||||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-rtti' '-v' '-o' 'CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.'\x0d
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-rtti' '-v' '-o' 'CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.'\x0d
|
||||||
[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags" @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_5b477 && cd ."
|
[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags" @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_67591 && cd ."
|
||||||
Using built-in specs.
|
Using built-in specs.
|
||||||
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs
|
||||||
rename spec link to picolibc_link
|
rename spec link to picolibc_link
|
||||||
@@ -1427,10 +1427,10 @@ events:
|
|||||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204)
|
||||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/
|
||||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/;C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_5b477' '-dumpdir' 'cmTC_5b477.'
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_67591' '-dumpdir' 'cmTC_67591.'
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccvXtHLb.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_5b477 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccsWpwpd -lgcc --start-group -lgcc -lc --end-group -lgcc\x0d
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccsINoAJ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_67591 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccq0LfYi -lgcc --start-group -lgcc -lc --end-group -lgcc\x0d
|
||||||
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start; defaulting to 10000000\x0d
|
C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start; defaulting to 10000000\x0d
|
||||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_5b477' '-dumpdir' 'cmTC_5b477.'\x0d
|
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_67591' '-dumpdir' 'cmTC_67591.'\x0d
|
||||||
|
|
||||||
exitCode: 0
|
exitCode: 0
|
||||||
-
|
-
|
||||||
@@ -1473,10 +1473,10 @@ events:
|
|||||||
Parsed CXX implicit link information:
|
Parsed CXX implicit link information:
|
||||||
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
||||||
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
||||||
ignore line: [Change Dir: 'C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-tyjsun']
|
ignore line: [Change Dir: 'C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-zblker']
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: [Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_5b477]
|
ignore line: [Run Build Command(s): C:/Espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_67591]
|
||||||
ignore line: [[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags" -v -o CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp]
|
ignore line: [[1/2] C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags" -v -o CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp]
|
||||||
ignore line: [Using built-in specs.]
|
ignore line: [Using built-in specs.]
|
||||||
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
||||||
ignore line: [rename spec link to picolibc_link]
|
ignore line: [rename spec link to picolibc_link]
|
||||||
@@ -1490,8 +1490,8 @@ events:
|
|||||||
ignore line: [Thread model: posix]
|
ignore line: [Thread model: posix]
|
||||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204) ]
|
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20251204) ]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-rtti' '-v' '-o' 'CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_5b477.dir/']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-rtti' '-v' '-o' 'CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_67591.dir/']
|
||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1plus.exe -quiet -v -imultilib esp32/no-rtti -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_5b477.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-rtti -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32/no-rtti -ftls-model=local-exec -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccdmGggY.s]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/cc1plus.exe -quiet -v -imultilib esp32/no-rtti -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/ -isysroot C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf C:/Espressif/tools/cmake/4.0.3/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -ftls-model=local-exec -quiet -dumpdir CMakeFiles/cmTC_67591.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-rtti -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include -isystem C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/include/../xtensa-esp-elf/include/c++/15.2.0/xtensa-esp-elf/esp32/no-rtti -ftls-model=local-exec -o C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccYaRJDy.s]
|
||||||
ignore line: [GNU C++17 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)]
|
ignore line: [GNU C++17 (crosstool-NG esp-15.2.0_20251204) version 15.2.0 (xtensa-esp-elf)]
|
||||||
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
||||||
ignore line: []
|
ignore line: []
|
||||||
@@ -1516,8 +1516,8 @@ events:
|
|||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/include]
|
||||||
ignore line: [End of search list.]
|
ignore line: [End of search list.]
|
||||||
ignore line: [Compiler executable checksum: 4a5fbbbea400d48f02e70eeffcc23385]
|
ignore line: [Compiler executable checksum: 4a5fbbbea400d48f02e70eeffcc23385]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-rtti' '-v' '-o' 'CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_5b477.dir/']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-rtti' '-v' '-o' 'CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_67591.dir/']
|
||||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccdmGggY.s]
|
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccYaRJDy.s]
|
||||||
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/]
|
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/]
|
||||||
@@ -1529,8 +1529,8 @@ events:
|
|||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-rtti' '-v' '-o' 'CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.'\x0d]
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-rtti' '-v' '-o' 'CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.'\x0d]
|
||||||
ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/cxxflags" @"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_5b477.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_5b477 && cd ."]
|
ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Espressif\\tools\\xtensa-esp-elf\\esp-15.2.0_20251204\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-g++.exe @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/cxxflags" @"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/toolchain/ldflags" -v CMakeFiles/cmTC_67591.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_67591 && cd ."]
|
||||||
ignore line: [Using built-in specs.]
|
ignore line: [Using built-in specs.]
|
||||||
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
ignore line: [Reading specs from C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/picolibc.specs]
|
||||||
ignore line: [rename spec link to picolibc_link]
|
ignore line: [rename spec link to picolibc_link]
|
||||||
@@ -1556,13 +1556,13 @@ events:
|
|||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_5b477' '-dumpdir' 'cmTC_5b477.']
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_67591' '-dumpdir' 'cmTC_67591.']
|
||||||
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccvXtHLb.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_5b477 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccsWpwpd -lgcc --start-group -lgcc -lc --end-group -lgcc\x0d]
|
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccsINoAJ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib -Tpicolibc.ld --sysroot=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so --gc-sections -o cmTC_67591 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/no-rtti -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib @C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccq0LfYi -lgcc --start-group -lgcc -lc --end-group -lgcc\x0d]
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe] ==> ignore
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/collect2.exe] ==> ignore
|
||||||
arg [-plugin] ==> ignore
|
arg [-plugin] ==> ignore
|
||||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll] ==> ignore
|
arg [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/liblto_plugin.dll] ==> ignore
|
||||||
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe] ==> ignore
|
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/15.2.0/lto-wrapper.exe] ==> ignore
|
||||||
arg [-plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccvXtHLb.res] ==> ignore
|
arg [-plugin-opt=-fresolution=C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccsINoAJ.res] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||||
@@ -1574,7 +1574,7 @@ events:
|
|||||||
arg [--dynconfig=xtensa_esp32.so] ==> ignore
|
arg [--dynconfig=xtensa_esp32.so] ==> ignore
|
||||||
arg [--gc-sections] ==> ignore
|
arg [--gc-sections] ==> ignore
|
||||||
arg [-o] ==> ignore
|
arg [-o] ==> ignore
|
||||||
arg [cmTC_5b477] ==> ignore
|
arg [cmTC_67591] ==> ignore
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti]
|
||||||
@@ -1585,7 +1585,7 @@ events:
|
|||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/lib]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/lib]
|
||||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib]
|
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib]
|
||||||
arg [@C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccsWpwpd] ==> ignore
|
arg [@C:\\Users\\ED233~1.ADA\\AppData\\Local\\Temp\\ccq0LfYi] ==> ignore
|
||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
arg [--start-group] ==> ignore
|
arg [--start-group] ==> ignore
|
||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
@@ -1594,7 +1594,7 @@ events:
|
|||||||
arg [-lgcc] ==> lib [gcc]
|
arg [-lgcc] ==> lib [gcc]
|
||||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start]
|
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/15.2.0/../../../../xtensa-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start]
|
||||||
ignore line: [ defaulting to 10000000\x0d]
|
ignore line: [ defaulting to 10000000\x0d]
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_5b477' '-dumpdir' 'cmTC_5b477.'\x0d]
|
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-specs=picolibc.specs' '-Wno-frame-address' '-mlongcalls' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-nostartfiles' '-fno-rtti' '-v' '-o' 'cmTC_67591' '-dumpdir' 'cmTC_67591.'\x0d]
|
||||||
ignore line: []
|
ignore line: []
|
||||||
ignore line: []
|
ignore line: []
|
||||||
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/no-rtti] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/picolibc/xtensa-esp-elf/lib/esp32/no-rtti]
|
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/xtensa-esp-elf/lib/esp32/no-rtti] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/picolibc/xtensa-esp-elf/lib/esp32/no-rtti]
|
||||||
|
|||||||
@@ -1,47 +1,47 @@
|
|||||||
{
|
{
|
||||||
"InstallScripts" :
|
"InstallScripts" :
|
||||||
[
|
[
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/xtensa/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/xtensa/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_libc/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_libc/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/soc/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/soc/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/hal/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/hal/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_gpio/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_gpio/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_usb/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_usb/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_pmu/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_pmu/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_dma/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_dma/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_gpspi/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_gpspi/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_clock/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_clock/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_mspi/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_mspi/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_blockdev/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_blockdev/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/spi_flash/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/spi_flash/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/partition_table/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/partition_table/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esptool_py/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esptool_py/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_timg/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_timg/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_wdt/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_wdt/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_uart/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_uart/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_i2s/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_i2s/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_ana_conv/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_ana_conv/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_rtc_timer/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_rtc_timer/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_security/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_security/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_security/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_security/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_system/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_system/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_common/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_common/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_rom/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_rom/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/log/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/log/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/bootloader/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/bootloader/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_stdio/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_stdio/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/freertos/cmake_install.cmake",
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/freertos/cmake_install.cmake",
|
||||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/main/cmake_install.cmake"
|
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/main/cmake_install.cmake"
|
||||||
],
|
],
|
||||||
"Parallel" : false
|
"Parallel" : false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,129 +1,129 @@
|
|||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/menuconfig.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/menuconfig.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/config-report.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/config-report.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/confserver.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/confserver.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/save-defconfig.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/save-defconfig.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/_project_elf_src.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/_project_elf_src.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/bootloader.elf.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/bootloader.elf.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/size.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/size.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/size-files.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/size-files.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/size-components.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/size-components.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/uf2.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/uf2.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/uf2-app.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/uf2-app.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/bootloader_ld_in_preprocess.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/bootloader_ld_in_preprocess.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/gen_bootloader_binary.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/gen_bootloader_binary.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/gen_project_binary.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/gen_project_binary.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/app.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/app.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/bootloader_check_size.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/bootloader_check_size.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/xtensa/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/xtensa/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_libc/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_libc/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_libc/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_libc/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_gpio/CMakeFiles/__idf_esp_hal_gpio.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_gpio/CMakeFiles/__idf_esp_hal_gpio.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_gpio/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_gpio/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_gpio/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_gpio/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_usb/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_usb/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_usb/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_usb/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_pmu/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_pmu/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_pmu/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_pmu/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_dma/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_dma/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_dma/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_dma/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_gpspi/CMakeFiles/__idf_esp_hal_gpspi.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_gpspi/CMakeFiles/__idf_esp_hal_gpspi.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_gpspi/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_gpspi/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_gpspi/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_gpspi/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_clock/CMakeFiles/__idf_esp_hal_clock.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_clock/CMakeFiles/__idf_esp_hal_clock.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_clock/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_clock/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_clock/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_clock/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_mspi/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_mspi/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_mspi/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_mspi/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_blockdev/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_blockdev/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_blockdev/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_blockdev/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_timg/CMakeFiles/__idf_esp_hal_timg.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_timg/CMakeFiles/__idf_esp_hal_timg.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_timg/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_timg/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_timg/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_timg/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_wdt/CMakeFiles/__idf_esp_hal_wdt.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_wdt/CMakeFiles/__idf_esp_hal_wdt.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_wdt/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_wdt/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_wdt/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_wdt/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_uart/CMakeFiles/__idf_esp_hal_uart.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_uart/CMakeFiles/__idf_esp_hal_uart.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_uart/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_uart/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_uart/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_uart/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_i2s/CMakeFiles/__idf_esp_hal_i2s.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_i2s/CMakeFiles/__idf_esp_hal_i2s.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_i2s/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_i2s/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_i2s/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_i2s/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_ana_conv/CMakeFiles/__idf_esp_hal_ana_conv.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_ana_conv/CMakeFiles/__idf_esp_hal_ana_conv.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_ana_conv/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_ana_conv/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_ana_conv/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_ana_conv/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_rtc_timer/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_rtc_timer/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_rtc_timer/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_rtc_timer/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_security/CMakeFiles/__idf_esp_hal_security.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_security/CMakeFiles/__idf_esp_hal_security.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_security/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_security/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_security/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_security/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_security/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_security/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-common-table.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-common-table.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/CMakeFiles/show-efuse-table.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/CMakeFiles/show-efuse-table.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_system/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_system/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_stdio/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_stdio/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_stdio/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_stdio/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/freertos/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/freertos/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/freertos/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/freertos/CMakeFiles/rebuild_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir
|
||||||
C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir
|
C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set(HEAD_HASH)
|
set(HEAD_HASH)
|
||||||
|
|
||||||
file(READ "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
file(READ "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
||||||
|
|
||||||
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
||||||
set(GIT_DIR "C:/esp/v6.0/esp-idf/.git")
|
set(GIT_DIR "C:/esp/v6.0/esp-idf/.git")
|
||||||
@@ -34,17 +34,17 @@ if(HEAD_CONTENTS MATCHES "ref")
|
|||||||
# named branch
|
# named branch
|
||||||
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
|
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
|
||||||
if(EXISTS "${GIT_DIR}/${HEAD_REF}")
|
if(EXISTS "${GIT_DIR}/${HEAD_REF}")
|
||||||
configure_file("${GIT_DIR}/${HEAD_REF}" "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
configure_file("${GIT_DIR}/${HEAD_REF}" "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||||
elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}")
|
elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}")
|
||||||
configure_file("${GIT_DIR}/logs/${HEAD_REF}" "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
configure_file("${GIT_DIR}/logs/${HEAD_REF}" "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||||
set(HEAD_HASH "${HEAD_REF}")
|
set(HEAD_HASH "${HEAD_REF}")
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
# detached HEAD
|
# detached HEAD
|
||||||
configure_file("${GIT_DIR}/HEAD" "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
configure_file("${GIT_DIR}/HEAD" "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT HEAD_HASH)
|
if(NOT HEAD_HASH)
|
||||||
file(READ "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
|
file(READ "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
|
||||||
string(STRIP "${HEAD_HASH}" HEAD_HASH)
|
string(STRIP "${HEAD_HASH}" HEAD_HASH)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
@@ -510,7 +510,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_main_
|
|||||||
# Rule for re-running cmake.
|
# Rule for re-running cmake.
|
||||||
|
|
||||||
rule RERUN_CMAKE
|
rule RERUN_CMAKE
|
||||||
command = C:\Espressif\tools\cmake\4.0.3\bin\cmake.exe --regenerate-during-build -SC:\esp\v6.0\esp-idf\components\bootloader\subproject -BC:\Users\e.adame\Documents\ESP32_Modbus_TCP_to_PICS_MULTI\build\bootloader
|
command = C:\Espressif\tools\cmake\4.0.3\bin\cmake.exe --regenerate-during-build -SC:\esp\v6.0\esp-idf\components\bootloader\subproject -BC:\Users\e.adame\Documents\ESP32_ModbusTCP\build\bootloader
|
||||||
description = Re-running CMake...
|
description = Re-running CMake...
|
||||||
generator = 1
|
generator = 1
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -765,7 +765,7 @@ Discarded input sections
|
|||||||
.debug_aranges
|
.debug_aranges
|
||||||
0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj)
|
0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj)
|
||||||
.debug_line 0x00000000 0x20d esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj)
|
.debug_line 0x00000000 0x20d esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj)
|
||||||
.debug_str 0x00000000 0x164c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj)
|
.debug_str 0x00000000 0x163d esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj)
|
||||||
.comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj)
|
.comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj)
|
||||||
.literal.esp_efuse_get_pkg_ver
|
.literal.esp_efuse_get_pkg_ver
|
||||||
0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj)
|
0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj)
|
||||||
@@ -794,7 +794,7 @@ Discarded input sections
|
|||||||
0x00000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj)
|
0x00000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj)
|
||||||
.debug_ranges 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj)
|
.debug_ranges 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj)
|
||||||
.debug_line 0x00000000 0x578 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj)
|
.debug_line 0x00000000 0x578 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj)
|
||||||
.debug_str 0x00000000 0xd50 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj)
|
.debug_str 0x00000000 0xd41 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj)
|
||||||
.comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj)
|
.comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj)
|
||||||
.literal.esp_efuse_read_field_blob
|
.literal.esp_efuse_read_field_blob
|
||||||
0x00000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj)
|
0x00000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj)
|
||||||
@@ -889,7 +889,7 @@ Discarded input sections
|
|||||||
0x00000000 0x98 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj)
|
0x00000000 0x98 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj)
|
||||||
.debug_ranges 0x00000000 0xb8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj)
|
.debug_ranges 0x00000000 0xb8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj)
|
||||||
.debug_line 0x00000000 0x1422 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj)
|
.debug_line 0x00000000 0x1422 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj)
|
||||||
.debug_str 0x00000000 0x1051 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj)
|
.debug_str 0x00000000 0x1042 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj)
|
||||||
.comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj)
|
.comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj)
|
||||||
.literal.write_reg
|
.literal.write_reg
|
||||||
0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
||||||
@@ -1000,7 +1000,7 @@ Discarded input sections
|
|||||||
0x00000000 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
0x00000000 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
||||||
.debug_ranges 0x00000000 0x2e0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
.debug_ranges 0x00000000 0x2e0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
||||||
.debug_line 0x00000000 0x1948 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
.debug_line 0x00000000 0x1948 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
||||||
.debug_str 0x00000000 0x11cc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
.debug_str 0x00000000 0x11bd esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
||||||
.comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
.comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
||||||
.literal.esp_efuse_get_coding_scheme$part$0
|
.literal.esp_efuse_get_coding_scheme$part$0
|
||||||
0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj)
|
0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj)
|
||||||
@@ -1079,7 +1079,7 @@ Discarded input sections
|
|||||||
0x00000000 0x90 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj)
|
0x00000000 0x90 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj)
|
||||||
.debug_ranges 0x00000000 0x100 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj)
|
.debug_ranges 0x00000000 0x100 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj)
|
||||||
.debug_line 0x00000000 0xee2 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj)
|
.debug_line 0x00000000 0xee2 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj)
|
||||||
.debug_str 0x00000000 0x240f esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj)
|
.debug_str 0x00000000 0x2400 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj)
|
||||||
.comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj)
|
.comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj)
|
||||||
.literal.esp_efuse_utility_clear_program_registers
|
.literal.esp_efuse_utility_clear_program_registers
|
||||||
0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
||||||
@@ -1126,7 +1126,7 @@ Discarded input sections
|
|||||||
0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
||||||
.debug_ranges 0x00000000 0x1f0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
.debug_ranges 0x00000000 0x1f0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
||||||
.debug_line 0x00000000 0x1126 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
.debug_line 0x00000000 0x1126 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
||||||
.debug_str 0x00000000 0xf4e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
.debug_str 0x00000000 0xf3f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
||||||
.comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
.comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj)
|
||||||
.text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj)
|
.text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj)
|
||||||
.data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj)
|
.data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj)
|
||||||
@@ -1401,7 +1401,7 @@ Discarded input sections
|
|||||||
0x00000000 0x50 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj)
|
0x00000000 0x50 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj)
|
||||||
.debug_ranges 0x00000000 0x160 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj)
|
.debug_ranges 0x00000000 0x160 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj)
|
||||||
.debug_line 0x00000000 0xa24 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj)
|
.debug_line 0x00000000 0xa24 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj)
|
||||||
.debug_str 0x00000000 0xc00 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj)
|
.debug_str 0x00000000 0xbf1 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj)
|
||||||
.comment 0x00000000 0x30 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj)
|
.comment 0x00000000 0x30 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj)
|
||||||
.literal.wdt_hal_deinit
|
.literal.wdt_hal_deinit
|
||||||
0x00000000 0x4 esp-idf/esp_hal_wdt/libesp_hal_wdt.a(wdt_hal_iram.c.obj)
|
0x00000000 0x4 esp-idf/esp_hal_wdt/libesp_hal_wdt.a(wdt_hal_iram.c.obj)
|
||||||
@@ -1435,7 +1435,7 @@ Discarded input sections
|
|||||||
0x00000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj)
|
0x00000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj)
|
||||||
.debug_ranges 0x00000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj)
|
.debug_ranges 0x00000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj)
|
||||||
.debug_line 0x00000000 0x1c3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj)
|
.debug_line 0x00000000 0x1c3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj)
|
||||||
.debug_str 0x00000000 0x2e4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj)
|
.debug_str 0x00000000 0x2d5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj)
|
||||||
.comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj)
|
.comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj)
|
||||||
.text 0x00000000 0x18 C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti\libgcc.a(_ashldi3.o)
|
.text 0x00000000 0x18 C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti\libgcc.a(_ashldi3.o)
|
||||||
.data 0x00000000 0x0 C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti\libgcc.a(_ashldi3.o)
|
.data 0x00000000 0x0 C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/../xtensa-esp-elf/../picolibc/lib/gcc/xtensa-esp-elf/15.2.0/esp32/no-rtti\libgcc.a(_ashldi3.o)
|
||||||
@@ -5487,86 +5487,86 @@ LOAD C:/Espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/..
|
|||||||
.debug_frame 0x000015c0 0x118 esp-idf/esp_hal_wdt/libesp_hal_wdt.a(wdt_hal_iram.c.obj)
|
.debug_frame 0x000015c0 0x118 esp-idf/esp_hal_wdt/libesp_hal_wdt.a(wdt_hal_iram.c.obj)
|
||||||
.debug_frame 0x000016d8 0x28 esp-idf/esp_hal_security/libesp_hal_security.a(mpu_hal.c.obj)
|
.debug_frame 0x000016d8 0x28 esp-idf/esp_hal_security/libesp_hal_security.a(mpu_hal.c.obj)
|
||||||
|
|
||||||
.debug_str 0x00000000 0xac14
|
.debug_str 0x00000000 0xac05
|
||||||
*(.debug_str)
|
*(.debug_str)
|
||||||
.debug_str 0x00000000 0xac14 esp-idf/soc/libsoc.a(dport_access.c.obj)
|
.debug_str 0x00000000 0xac05 esp-idf/soc/libsoc.a(dport_access.c.obj)
|
||||||
0x2e3 (size before relaxing)
|
0x2d4 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj)
|
||||||
0x35b (size before relaxing)
|
0x34c (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj)
|
||||||
0x362 (size before relaxing)
|
0x353 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj)
|
||||||
0xd78 (size before relaxing)
|
0xd69 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj)
|
||||||
0x1830 (size before relaxing)
|
0x1821 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj)
|
||||||
0x585 (size before relaxing)
|
0x576 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj)
|
||||||
0x18fb (size before relaxing)
|
0x18ec (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj)
|
||||||
0xa7d (size before relaxing)
|
0xa6e (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj)
|
||||||
0x2eb (size before relaxing)
|
0x2dc (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj)
|
||||||
0x248 (size before relaxing)
|
0x239 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj)
|
||||||
0x1064 (size before relaxing)
|
0x1055 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj)
|
||||||
0x14dd (size before relaxing)
|
0x14ce (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj)
|
||||||
0xfee (size before relaxing)
|
0xfdf (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj)
|
||||||
0x77a (size before relaxing)
|
0x76b (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj)
|
||||||
0x2d9 (size before relaxing)
|
0x2ca (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj)
|
||||||
0x375 (size before relaxing)
|
0x366 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj)
|
||||||
0x1705 (size before relaxing)
|
0x16f6 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj)
|
||||||
0xf00 (size before relaxing)
|
0xef1 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj)
|
||||||
0x2f1 (size before relaxing)
|
0x2e2 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj)
|
||||||
0x2440 (size before relaxing)
|
0x2431 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj)
|
||||||
0x1744 (size before relaxing)
|
0x1735 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj)
|
||||||
0x2dac (size before relaxing)
|
0x2d9d (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj)
|
||||||
0xa24 (size before relaxing)
|
0xa15 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj)
|
||||||
0x35f (size before relaxing)
|
0x350 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj)
|
||||||
0x3314 (size before relaxing)
|
0x3305 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj)
|
||||||
0x15d4 (size before relaxing)
|
0x15c5 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||||
0x183d (size before relaxing)
|
0x182e (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj)
|
||||||
0x1c79 (size before relaxing)
|
0x1c6a (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj)
|
||||||
0x386 (size before relaxing)
|
0x377 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_serial_output.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_serial_output.c.obj)
|
||||||
0x9a9 (size before relaxing)
|
0x99a (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj)
|
||||||
0x9da (size before relaxing)
|
0x9cb (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj)
|
||||||
0x2fc (size before relaxing)
|
0x2ed (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj)
|
||||||
0x32d (size before relaxing)
|
0x31e (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj)
|
||||||
0x955 (size before relaxing)
|
0x946 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj)
|
||||||
0x189c (size before relaxing)
|
0x188d (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj)
|
||||||
0x1953 (size before relaxing)
|
0x1944 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj)
|
||||||
0xd67 (size before relaxing)
|
0xd58 (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/esp_hal_wdt/libesp_hal_wdt.a(wdt_hal_iram.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/esp_hal_wdt/libesp_hal_wdt.a(wdt_hal_iram.c.obj)
|
||||||
0x248d (size before relaxing)
|
0x247e (size before relaxing)
|
||||||
.debug_str 0x0000ac14 0x0 esp-idf/esp_hal_security/libesp_hal_security.a(mpu_hal.c.obj)
|
.debug_str 0x0000ac05 0x0 esp-idf/esp_hal_security/libesp_hal_security.a(mpu_hal.c.obj)
|
||||||
0x383 (size before relaxing)
|
0x374 (size before relaxing)
|
||||||
|
|
||||||
.debug_loc 0x00000000 0xac45
|
.debug_loc 0x00000000 0xac45
|
||||||
*(.debug_loc)
|
*(.debug_loc)
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -39,13 +39,13 @@ endif()
|
|||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
if(CMAKE_INSTALL_COMPONENT)
|
if(CMAKE_INSTALL_COMPONENT)
|
||||||
@@ -61,6 +61,6 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/${CMAKE_INSTALL_MANIFEST}"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/${CMAKE_INSTALL_MANIFEST}"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -7,6 +7,6 @@
|
|||||||
"IDF_VERSION": "6.0.0",
|
"IDF_VERSION": "6.0.0",
|
||||||
"IDF_ENV_FPGA": "",
|
"IDF_ENV_FPGA": "",
|
||||||
"IDF_PATH": "C:/esp/v6.0/esp-idf",
|
"IDF_PATH": "C:/esp/v6.0/esp-idf",
|
||||||
"COMPONENT_KCONFIGS_SOURCE_FILE": "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/kconfigs.in",
|
"COMPONENT_KCONFIGS_SOURCE_FILE": "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/kconfigs.in",
|
||||||
"COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/kconfigs_projbuild.in"
|
"COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/kconfigs_projbuild.in"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,6 +40,6 @@ endif()
|
|||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/bootloader/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/bootloader/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -40,6 +40,6 @@ endif()
|
|||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/bootloader_support/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/bootloader_support/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Binary file not shown.
@@ -39,192 +39,192 @@ endif()
|
|||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/xtensa/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/xtensa/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_libc/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_libc/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/soc/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/soc/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/hal/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/hal/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_gpio/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_gpio/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_usb/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_usb/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_pmu/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_pmu/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_dma/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_dma/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_gpspi/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_gpspi/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_clock/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_clock/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_mspi/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_mspi/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_blockdev/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_blockdev/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/spi_flash/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/spi_flash/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/partition_table/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/partition_table/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esptool_py/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esptool_py/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_timg/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_timg/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_wdt/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_wdt/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_uart/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_uart/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_i2s/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_i2s/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_ana_conv/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_ana_conv/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_rtc_timer/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_rtc_timer/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_security/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_security/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_security/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_security/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_system/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_system/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_common/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_common/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_rom/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_rom/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/log/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/log/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/bootloader/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/bootloader/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_stdio/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_stdio/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/freertos/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/freertos/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
# Include the install script for the subdirectory.
|
# Include the install script for the subdirectory.
|
||||||
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/main/cmake_install.cmake")
|
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/main/cmake_install.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -40,6 +40,6 @@ endif()
|
|||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/efuse/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/efuse/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Binary file not shown.
@@ -40,6 +40,6 @@ endif()
|
|||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_app_format/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_app_format/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
@@ -40,6 +40,6 @@ endif()
|
|||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_blockdev/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_blockdev/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Binary file not shown.
@@ -40,6 +40,6 @@ endif()
|
|||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_bootloader_format/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_bootloader_format/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -40,6 +40,6 @@ endif()
|
|||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_common/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_common/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -40,6 +40,6 @@ endif()
|
|||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_ana_conv/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_ana_conv/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -40,6 +40,6 @@ endif()
|
|||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_clock/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_clock/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Binary file not shown.
@@ -40,6 +40,6 @@ endif()
|
|||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_dma/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_dma/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -40,6 +40,6 @@ endif()
|
|||||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/esp-idf/esp_hal_gpio/install_local_manifest.txt"
|
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/esp-idf/esp_hal_gpio/install_local_manifest.txt"
|
||||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user