chore: sync local state
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
set(CMAKE_ASM_COMPILER "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-gcc.exe")
|
||||
set(CMAKE_ASM_COMPILER "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc.exe")
|
||||
set(CMAKE_ASM_COMPILER_ARG1 "")
|
||||
set(CMAKE_AR "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-ar.exe")
|
||||
set(CMAKE_ASM_COMPILER_AR "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-gcc-ar.exe")
|
||||
set(CMAKE_RANLIB "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-ranlib.exe")
|
||||
set(CMAKE_ASM_COMPILER_RANLIB "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-gcc-ranlib.exe")
|
||||
set(CMAKE_LINKER "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-ld.exe")
|
||||
set(CMAKE_AR "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-ar.exe")
|
||||
set(CMAKE_ASM_COMPILER_AR "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc-ar.exe")
|
||||
set(CMAKE_RANLIB "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-ranlib.exe")
|
||||
set(CMAKE_ASM_COMPILER_RANLIB "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc-ranlib.exe")
|
||||
set(CMAKE_LINKER "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-ld.exe")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_ASM_COMPILER_LOADED 1)
|
||||
set(CMAKE_ASM_COMPILER_ID "GNU")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
set(CMAKE_C_COMPILER "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-gcc.exe")
|
||||
set(CMAKE_C_COMPILER "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc.exe")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "13.2.0")
|
||||
@@ -21,11 +21,11 @@ set(CMAKE_C_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-ar.exe")
|
||||
set(CMAKE_C_COMPILER_AR "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-gcc-ar.exe")
|
||||
set(CMAKE_RANLIB "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-ranlib.exe")
|
||||
set(CMAKE_C_COMPILER_RANLIB "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-gcc-ranlib.exe")
|
||||
set(CMAKE_LINKER "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-ld.exe")
|
||||
set(CMAKE_AR "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-ar.exe")
|
||||
set(CMAKE_C_COMPILER_AR "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc-ar.exe")
|
||||
set(CMAKE_RANLIB "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-ranlib.exe")
|
||||
set(CMAKE_C_COMPILER_RANLIB "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc-ranlib.exe")
|
||||
set(CMAKE_LINKER "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-ld.exe")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCC 1)
|
||||
set(CMAKE_C_COMPILER_LOADED 1)
|
||||
@@ -68,5 +68,5 @@ endif()
|
||||
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include-fixed;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/sys-include;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s2;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s3;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
set(CMAKE_CXX_COMPILER "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-g++.exe")
|
||||
set(CMAKE_CXX_COMPILER "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-g++.exe")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "13.2.0")
|
||||
@@ -22,11 +22,11 @@ set(CMAKE_CXX_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-ar.exe")
|
||||
set(CMAKE_CXX_COMPILER_AR "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-gcc-ar.exe")
|
||||
set(CMAKE_RANLIB "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-ranlib.exe")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-gcc-ranlib.exe")
|
||||
set(CMAKE_LINKER "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-ld.exe")
|
||||
set(CMAKE_AR "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-ar.exe")
|
||||
set(CMAKE_CXX_COMPILER_AR "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc-ar.exe")
|
||||
set(CMAKE_RANLIB "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-ranlib.exe")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc-ranlib.exe")
|
||||
set(CMAKE_LINKER "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-ld.exe")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCXX 1)
|
||||
set(CMAKE_CXX_COMPILER_LOADED 1)
|
||||
@@ -77,7 +77,7 @@ endif()
|
||||
|
||||
|
||||
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s2;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0/backward;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include-fixed;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/sys-include;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include")
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s3;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0/backward;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include-fixed;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/sys-include;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s2;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s3;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,9 +1,9 @@
|
||||
set(CMAKE_HOST_SYSTEM "Windows-10.0.22631")
|
||||
set(CMAKE_HOST_SYSTEM "Windows-10.0.26100")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Windows")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "10.0.26100")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64")
|
||||
|
||||
include("C:/Espressif/frameworks/esp-idf-v5.2.1/tools/cmake/toolchain-esp32s2.cmake")
|
||||
include("C:/Espressif/frameworks/esp-idf-v5.2.1/tools/cmake/toolchain-esp32s3.cmake")
|
||||
|
||||
set(CMAKE_SYSTEM "Generic")
|
||||
set(CMAKE_SYSTEM_NAME "Generic")
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
The target system is: Generic - -
|
||||
The host system is: Windows - 10.0.22631 - AMD64
|
||||
The host system is: Windows - 10.0.26100 - AMD64
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler: C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-gcc.exe
|
||||
Compiler: C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc.exe
|
||||
Build flags: -mlongcalls;
|
||||
Id flags:
|
||||
|
||||
@@ -11,10 +11,10 @@ The output was:
|
||||
|
||||
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
||||
|
||||
The C compiler identification is GNU, found in "F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/3.24.0/CompilerIdC/a.out"
|
||||
The C compiler identification is GNU, found in "F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/3.24.0/CompilerIdC/a.out"
|
||||
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler: C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s2-elf-g++.exe
|
||||
Compiler: C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-g++.exe
|
||||
Build flags: -mlongcalls;
|
||||
Id flags:
|
||||
|
||||
@@ -24,7 +24,7 @@ The output was:
|
||||
|
||||
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
||||
|
||||
The CXX compiler identification is GNU, found in "F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/3.24.0/CompilerIdCXX/a.out"
|
||||
The CXX compiler identification is GNU, found in "F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/3.24.0/CompilerIdCXX/a.out"
|
||||
|
||||
Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)":
|
||||
xtensa-esp-elf-gcc.exe (crosstool-NG esp-13.2.0_20230928) 13.2.0
|
||||
@@ -33,9 +33,9 @@ This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
Detecting C compiler ABI info compiled with the following output:
|
||||
Change Dir: F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/CMakeTmp
|
||||
Change Dir: F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):C:/Espressif/tools/ninja/1.11.1/ninja.exe cmTC_b74c2 && [1/2] Building C object CMakeFiles/cmTC_b74c2.dir/CMakeCCompilerABI.c.obj
|
||||
Run Build Command(s):C:/Espressif/tools/ninja/1.11.1/ninja.exe cmTC_6747b && [1/2] Building C object CMakeFiles/cmTC_6747b.dir/CMakeCCompilerABI.c.obj
|
||||
Using built-in specs.
|
||||
|
||||
COLLECT_GCC=C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-gcc.exe
|
||||
@@ -43,8 +43,8 @@ Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-
|
||||
Target: xtensa-esp-elf
|
||||
|
||||
Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-13.2.0_20230928' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld
|
||||
|
||||
Thread model: posix
|
||||
|
||||
Thread model: posix
|
||||
|
||||
Supported LTO compression algorithms: zlib
|
||||
|
||||
@@ -61,12 +61,12 @@ ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230
|
||||
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/include"
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/include"
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed"
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include"
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed"
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include"
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include"
|
||||
|
||||
@@ -76,10 +76,10 @@ Thread model: posix
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include
|
||||
|
||||
End of search list.
|
||||
@@ -99,10 +99,10 @@ Parsed C implicit include dir info from above output: rv=done
|
||||
[2/2] Linking C executable cmTC_6747b
|
||||
Using built-in specs.
|
||||
|
||||
COLLECT_GCC=C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-gcc.exe
|
||||
|
||||
COLLECT_GCC=C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-gcc.exe
|
||||
|
||||
COLLECT_LTO_WRAPPER=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe
|
||||
|
||||
|
||||
Target: xtensa-esp-elf
|
||||
|
||||
Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-13.2.0_20230928' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld
|
||||
@@ -110,8 +110,8 @@ Parsed C implicit link information from above output:
|
||||
Thread model: posix
|
||||
|
||||
Supported LTO compression algorithms: zlib
|
||||
|
||||
gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928)
|
||||
|
||||
gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928)
|
||||
|
||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/
|
||||
|
||||
@@ -128,18 +128,18 @@ Parsed C implicit link information from above output:
|
||||
|
||||
|
||||
|
||||
Parsed C implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
Parsed C implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include]
|
||||
end of search list found
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include]
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include-fixed]
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/sys-include]
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include]
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/sys-include]
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include]
|
||||
implicit include dirs: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include-fixed;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/sys-include;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include]
|
||||
|
||||
|
||||
@@ -151,62 +151,62 @@ Parsed C implicit link information from above output:
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-gcc.exe]
|
||||
ignore line: [Target: xtensa-esp-elf]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-13.2.0_20230928' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-13.2.0_20230928' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib]
|
||||
ignore line: [gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s3.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_6747b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_6747b.dir/']
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/cc1.exe -quiet -v -imultilib esp32s2 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/ C:/Espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_b74c2.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32s2.so -mlongcalls -version -o C:\Users\TcomLab\AppData\Local\Temp\ccer96ai.s]
|
||||
ignore line: [GNU C17 (crosstool-NG esp-13.2.0_20230928) version 13.2.0 (xtensa-esp-elf)]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/cc1.exe -quiet -v -imultilib esp32s3 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/ C:/Espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_6747b.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32s3.so -mlongcalls -version -o C:\Users\TcomLab\AppData\Local\Temp\ccjasYra.s]
|
||||
ignore line: [GNU C17 (crosstool-NG esp-13.2.0_20230928) version 13.2.0 (xtensa-esp-elf)]
|
||||
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/include"]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed"]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed"]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include"]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [Compiler executable checksum: a7185c8b5363aeb8f378896e00d5f636]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s2.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_b74c2.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_b74c2.dir/']
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32s2.so -o CMakeFiles/cmTC_b74c2.dir/CMakeCCompilerABI.c.obj C:\Users\TcomLab\AppData\Local\Temp\ccer96ai.s]
|
||||
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [Compiler executable checksum: a7185c8b5363aeb8f378896e00d5f636]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s3.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_6747b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_6747b.dir/']
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32s3.so -o CMakeFiles/cmTC_6747b.dir/CMakeCCompilerABI.c.obj C:\Users\TcomLab\AppData\Local\Temp\ccjasYra.s]
|
||||
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/]
|
||||
ignore line: [LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s2/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s3.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_6747b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_6747b.dir/CMakeCCompilerABI.c.']
|
||||
ignore line: [[2/2] Linking C executable cmTC_6747b]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-gcc.exe]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe]
|
||||
ignore line: [Target: xtensa-esp-elf]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-13.2.0_20230928' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib]
|
||||
ignore line: [gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928) ]
|
||||
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-gcc.exe]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe]
|
||||
ignore line: [Target: xtensa-esp-elf]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-13.2.0_20230928' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib]
|
||||
ignore line: [gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928) ]
|
||||
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/]
|
||||
ignore line: [LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s3.so' '-mlongcalls' '-v' '-o' 'cmTC_6747b' '-dumpdir' 'cmTC_6747b.']
|
||||
link line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TcomLab\AppData\Local\Temp\cczeNLlw.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 --dynconfig=xtensa_esp32s3.so -o cmTC_6747b C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/crt0.o C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crti.o C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtbegin.o -LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3 -LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3 -LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib CMakeFiles/cmTC_6747b.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtend.o C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtn.o
|
||||
]
|
||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe] ==> ignore
|
||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll] ==> ignore
|
||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll] ==> ignore
|
||||
arg [-plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=C:\Users\TcomLab\AppData\Local\Temp\cczeNLlw.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
@@ -214,14 +214,14 @@ Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-
|
||||
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [--dynconfig=xtensa_esp32s2.so] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [--dynconfig=xtensa_esp32s3.so] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_6747b] ==> ignore
|
||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/crt0.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/crt0.o]
|
||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crti.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crti.o]
|
||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtbegin.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtbegin.o]
|
||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3]
|
||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s2] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s2]
|
||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3]
|
||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0]
|
||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc]
|
||||
arg [-LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib]
|
||||
@@ -230,7 +230,7 @@ ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lnosys] ==> lib [nosys]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtend.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtend.o]
|
||||
arg [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtn.o] ==> obj [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtn.o]
|
||||
collapse obj [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/crt0.o] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/crt0.o]
|
||||
@@ -238,12 +238,12 @@ ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230
|
||||
collapse obj [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtbegin.o] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtbegin.o]
|
||||
collapse obj [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtend.o] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtend.o]
|
||||
collapse obj [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtn.o] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtn.o]
|
||||
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s2] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s2]
|
||||
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s2] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2]
|
||||
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s3]
|
||||
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3]
|
||||
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0]
|
||||
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc]
|
||||
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib]
|
||||
implicit libs: [gcc;c;nosys;c;gcc]
|
||||
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc]
|
||||
collapse library dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib]
|
||||
implicit libs: [gcc;c;nosys;c;gcc]
|
||||
implicit objs: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/crt0.o;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crti.o;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtbegin.o;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtend.o;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtn.o]
|
||||
implicit dirs: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/esp32s3;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/lib]
|
||||
implicit fwks: []
|
||||
@@ -253,10 +253,10 @@ Thread model: posix
|
||||
Change Dir: F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):C:/Espressif/tools/ninja/1.11.1/ninja.exe cmTC_0841b && [1/2] Building CXX object CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.obj
|
||||
Using built-in specs.
|
||||
|
||||
COLLECT_GCC=C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-g++.exe
|
||||
|
||||
Using built-in specs.
|
||||
|
||||
COLLECT_GCC=C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-g++.exe
|
||||
|
||||
Target: xtensa-esp-elf
|
||||
|
||||
Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-13.2.0_20230928' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld
|
||||
@@ -264,7 +264,7 @@ Parsed CXX implicit include dir info from above output: rv=done
|
||||
Thread model: posix
|
||||
|
||||
Supported LTO compression algorithms: zlib
|
||||
|
||||
|
||||
gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928)
|
||||
|
||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s3.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_0841b.dir/'
|
||||
@@ -272,20 +272,20 @@ Parsed CXX implicit include dir info from above output: rv=done
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/cc1plus.exe -quiet -v -imultilib esp32s3 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/ C:/Espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_0841b.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32s3.so -mlongcalls -version -o C:\Users\TcomLab\AppData\Local\Temp\ccC7R4kk.s
|
||||
|
||||
GNU C++17 (crosstool-NG esp-13.2.0_20230928) version 13.2.0 (xtensa-esp-elf)
|
||||
|
||||
|
||||
compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
|
||||
|
||||
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0"
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s3"
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/backward"
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/backward"
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/include"
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/include"
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed"
|
||||
|
||||
@@ -293,14 +293,14 @@ Parsed CXX implicit link information from above output:
|
||||
|
||||
ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include"
|
||||
|
||||
#include "..." search starts here:
|
||||
|
||||
#include "..." search starts here:
|
||||
|
||||
#include <...> search starts here:
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s3
|
||||
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/backward
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include
|
||||
@@ -309,7 +309,7 @@ Parsed CXX implicit link information from above output:
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include
|
||||
|
||||
End of search list.
|
||||
|
||||
@@ -317,18 +317,18 @@ Parsed CXX implicit link information from above output:
|
||||
|
||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s3.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_0841b.dir/'
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32s2.so -o CMakeFiles/cmTC_8388d.dir/CMakeCXXCompilerABI.cpp.obj C:\Users\TcomLab\AppData\Local\Temp\ccWhn47Q.s
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32s3.so -o CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.obj C:\Users\TcomLab\AppData\Local\Temp\ccC7R4kk.s
|
||||
|
||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/
|
||||
|
||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/
|
||||
|
||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s2.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_8388d.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_8388d.dir/CMakeCXXCompilerABI.cpp.'
|
||||
|
||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s3.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.'
|
||||
|
||||
[2/2] Linking CXX executable cmTC_0841b
|
||||
Using built-in specs.
|
||||
|
||||
COLLECT_GCC=C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-g++.exe
|
||||
|
||||
COLLECT_GCC=C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-g++.exe
|
||||
|
||||
COLLECT_LTO_WRAPPER=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe
|
||||
|
||||
@@ -340,35 +340,35 @@ Parsed CXX implicit link information from above output:
|
||||
|
||||
Supported LTO compression algorithms: zlib
|
||||
|
||||
gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928)
|
||||
|
||||
gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928)
|
||||
|
||||
COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/
|
||||
|
||||
LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/
|
||||
|
||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s2.so' '-mlongcalls' '-v' '-o' 'cmTC_8388d' '-dumpdir' 'cmTC_8388d.'
|
||||
|
||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s3.so' '-mlongcalls' '-v' '-o' 'cmTC_0841b' '-dumpdir' 'cmTC_0841b.'
|
||||
|
||||
C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe -plugin C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll -plugin-opt=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TcomLab\AppData\Local\Temp\ccCb5IKM.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 --dynconfig=xtensa_esp32s3.so -o cmTC_0841b C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/crt0.o C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crti.o C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtbegin.o -LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3 -LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3 -LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0 -LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc -LC:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtend.o C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/crtn.o
|
||||
|
||||
|
||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s2.so' '-mlongcalls' '-v' '-o' 'cmTC_8388d' '-dumpdir' 'cmTC_8388d.'
|
||||
COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s3.so' '-mlongcalls' '-v' '-o' 'cmTC_0841b' '-dumpdir' 'cmTC_0841b.'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Parsed CXX implicit include dir info from above output: rv=done
|
||||
Parsed CXX implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s2]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/backward]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed]
|
||||
found start of implicit include info
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s3]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/backward]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include]
|
||||
add: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include]
|
||||
end of search list found
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0]
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0]
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s3] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s3]
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/backward] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0/backward]
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include]
|
||||
@@ -376,53 +376,53 @@ Parsed CXX implicit link information from above output:
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/sys-include]
|
||||
collapse include dir [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include] ==> [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include]
|
||||
implicit include dirs: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s3;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include/c++/13.2.0/backward;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/13.2.0/include-fixed;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/sys-include;C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include]
|
||||
|
||||
|
||||
Parsed CXX implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(xtensa-esp32s2-elf-ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/CMakeTmp]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):C:/Espressif/tools/ninja/1.11.1/ninja.exe cmTC_8388d && [1/2] Building CXX object CMakeFiles/cmTC_8388d.dir/CMakeCXXCompilerABI.cpp.obj]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-g++.exe]
|
||||
|
||||
|
||||
Parsed CXX implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(xtensa-esp32s3-elf-ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/CMakeTmp]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):C:/Espressif/tools/ninja/1.11.1/ninja.exe cmTC_0841b && [1/2] Building CXX object CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.obj]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-g++.exe]
|
||||
ignore line: [Target: xtensa-esp-elf]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp-elf/xtensa-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-13.2.0_20230928' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib]
|
||||
ignore line: [gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s2.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_8388d.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_8388d.dir/']
|
||||
ignore line: [gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s3.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_0841b.dir/']
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/cc1plus.exe -quiet -v -imultilib esp32s3 -iprefix C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/ C:/Espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_0841b.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32s3.so -mlongcalls -version -o C:\Users\TcomLab\AppData\Local\Temp\ccC7R4kk.s]
|
||||
ignore line: [GNU C++17 (crosstool-NG esp-13.2.0_20230928) version 13.2.0 (xtensa-esp-elf)]
|
||||
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0"]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s2"]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/backward"]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s3"]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/backward"]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/include"]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed"]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include"]
|
||||
ignore line: [ignoring duplicate directory "C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/lib/gcc/../../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s2]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/xtensa-esp-elf/esp32s3]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include/c++/13.2.0/backward]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/include-fixed]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/sys-include]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include]
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [Compiler executable checksum: 7accc3f4dea0b1ef90bd5b8fb39b4353]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s2.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_8388d.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_8388d.dir/']
|
||||
ignore line: [Compiler executable checksum: 7accc3f4dea0b1ef90bd5b8fb39b4353]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s3.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_0841b.dir/']
|
||||
ignore line: [ C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32s3.so -o CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.obj C:\Users\TcomLab\AppData\Local\Temp\ccC7R4kk.s]
|
||||
ignore line: [COMPILER_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/]
|
||||
ignore line: [LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s2/]
|
||||
ignore line: [LIBRARY_PATH=C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/]
|
||||
ignore line: [C:/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32s3.so' '-mlongcalls' '-v' '-o' 'CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_0841b.dir/CMakeCXXCompilerABI.cpp.']
|
||||
ignore line: [[2/2] Linking CXX executable cmTC_0841b]
|
||||
|
||||
Binary file not shown.
@@ -1,85 +1,85 @@
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/menuconfig.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/confserver.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/save-defconfig.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/gen_project_binary.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/app.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/erase_flash.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/uf2.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/uf2-app.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/monitor.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/_project_elf_src.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/bootloader.elf.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/size.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/size-files.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/size-components.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/dfu.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/dfu-list.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/dfu-flash.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/xtensa/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/newlib/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/newlib/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-common-table.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/show-efuse-table.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_system/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_hw_support/port/esp32s2/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_hw_support/port/esp32s2/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/freertos/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/freertos/CMakeFiles/rebuild_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir
|
||||
F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/menuconfig.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/confserver.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/save-defconfig.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/gen_project_binary.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/app.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/erase_flash.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/uf2.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/uf2-app.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/monitor.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/_project_elf_src.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/bootloader.elf.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/size.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/size-files.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/size-components.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/dfu.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/dfu-list.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/dfu-flash.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/xtensa/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/newlib/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/newlib/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-common-table.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/show-efuse-table.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_system/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_hw_support/port/esp32s3/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_hw_support/port/esp32s3/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/freertos/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/freertos/CMakeFiles/rebuild_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir
|
||||
F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir
|
||||
|
||||
Binary file not shown.
@@ -7,6 +7,6 @@ if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
|
||||
"bootloader.map"
|
||||
"config\\sdkconfig.cmake"
|
||||
"config\\sdkconfig.h"
|
||||
"project_elf_src_esp32s2.c"
|
||||
"project_elf_src_esp32s3.c"
|
||||
)
|
||||
endif()
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
set(HEAD_HASH)
|
||||
|
||||
file(READ "F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
||||
file(READ "F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
||||
|
||||
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
||||
set(GIT_DIR "C:/Espressif/frameworks/esp-idf-v5.2.1/.git")
|
||||
@@ -34,17 +34,17 @@ if(HEAD_CONTENTS MATCHES "ref")
|
||||
# named branch
|
||||
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
|
||||
if(EXISTS "${GIT_DIR}/${HEAD_REF}")
|
||||
configure_file("${GIT_DIR}/${HEAD_REF}" "F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
configure_file("${GIT_DIR}/${HEAD_REF}" "F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}")
|
||||
configure_file("${GIT_DIR}/logs/${HEAD_REF}" "F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
configure_file("${GIT_DIR}/logs/${HEAD_REF}" "F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
set(HEAD_HASH "${HEAD_REF}")
|
||||
endif()
|
||||
else()
|
||||
# detached HEAD
|
||||
configure_file("${GIT_DIR}/HEAD" "F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
configure_file("${GIT_DIR}/HEAD" "F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
endif()
|
||||
|
||||
if(NOT HEAD_HASH)
|
||||
file(READ "F:/DEVICE_BUILD_ZONE/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
|
||||
file(READ "F:/01_EMBEDDED/01_DEVICE_BUILD_ZONE/01_PROJECT_FINISH/BlablaStoiku/ControllerStoek/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
|
||||
string(STRIP "${HEAD_HASH}" HEAD_HASH)
|
||||
endif()
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
rule C_COMPILER__bootloader.2eelf_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ rule C_COMPILER__bootloader.2eelf_
|
||||
# Rule for linking C executable.
|
||||
|
||||
rule C_EXECUTABLE_LINKER__bootloader.2eelf_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD"
|
||||
description = Linking C executable $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -44,7 +44,7 @@ rule CUSTOM_COMMAND
|
||||
rule C_COMPILER____idf_xtensa_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ rule C_COMPILER____idf_xtensa_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_xtensa_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -63,7 +63,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_xtensa_
|
||||
rule C_COMPILER____idf_soc_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ rule C_COMPILER____idf_soc_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_soc_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -82,7 +82,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_soc_
|
||||
rule C_COMPILER____idf_micro-ecc_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ rule C_COMPILER____idf_micro-ecc_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_micro-ecc_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -101,7 +101,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_micro-ecc_
|
||||
rule C_COMPILER____idf_hal_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ rule C_COMPILER____idf_hal_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_hal_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -120,7 +120,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_hal_
|
||||
rule C_COMPILER____idf_spi_flash_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@ rule C_COMPILER____idf_spi_flash_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -139,7 +139,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_
|
||||
rule C_COMPILER____idf_esp_bootloader_format_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -147,7 +147,7 @@ rule C_COMPILER____idf_esp_bootloader_format_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -158,7 +158,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_
|
||||
rule C_COMPILER____idf_bootloader_support_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -166,7 +166,7 @@ rule C_COMPILER____idf_bootloader_support_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -177,7 +177,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_
|
||||
rule C_COMPILER____idf_efuse_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -185,7 +185,7 @@ rule C_COMPILER____idf_efuse_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_efuse_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -196,7 +196,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_efuse_
|
||||
rule C_COMPILER____idf_esp_system_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -204,7 +204,7 @@ rule C_COMPILER____idf_esp_system_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_esp_system_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -215,7 +215,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_system_
|
||||
rule C_COMPILER____idf_esp_hw_support_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -223,7 +223,7 @@ rule C_COMPILER____idf_esp_hw_support_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -234,7 +234,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_
|
||||
rule C_COMPILER____idf_esp_common_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -242,7 +242,7 @@ rule C_COMPILER____idf_esp_common_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_esp_common_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -253,7 +253,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_common_
|
||||
rule ASM_COMPILER____idf_esp_rom_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -263,7 +263,7 @@ rule ASM_COMPILER____idf_esp_rom_
|
||||
rule C_COMPILER____idf_esp_rom_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -271,7 +271,7 @@ rule C_COMPILER____idf_esp_rom_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -282,7 +282,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_
|
||||
rule C_COMPILER____idf_log_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -290,7 +290,7 @@ rule C_COMPILER____idf_log_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_log_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -301,7 +301,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_log_
|
||||
rule C_COMPILER____idf_main_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -309,7 +309,7 @@ rule C_COMPILER____idf_main_
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_main_
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s2-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
command = cmd.exe /C "$PRE_LINK && C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Espressif\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
@@ -318,7 +318,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_main_
|
||||
# Rule for re-running cmake.
|
||||
|
||||
rule RERUN_CMAKE
|
||||
command = C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Espressif\frameworks\esp-idf-v5.2.1\components\bootloader\subproject -BF:\DEVICE_BUILD_ZONE\BlablaStoiku\ControllerStoek\build\bootloader
|
||||
command = C:\Espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Espressif\frameworks\esp-idf-v5.2.1\components\bootloader\subproject -BF:\01_EMBEDDED\01_DEVICE_BUILD_ZONE\01_PROJECT_FINISH\BlablaStoiku\ControllerStoek\build\bootloader
|
||||
description = Re-running CMake...
|
||||
generator = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user