mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 06:18:57 +00:00
CDC
This commit is contained in:
@@ -11,21 +11,13 @@
|
||||
# =============================================================================
|
||||
# =============================================================================
|
||||
|
||||
#############################################
|
||||
# Rule for running custom commands.
|
||||
|
||||
rule CUSTOM_COMMAND
|
||||
command = $COMMAND
|
||||
description = $DESC
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER__multi_device.2eelf_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -40,13 +32,21 @@ rule CXX_EXECUTABLE_LINKER__multi_device.2eelf_
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for running custom commands.
|
||||
|
||||
rule CUSTOM_COMMAND
|
||||
command = $COMMAND
|
||||
description = $DESC
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling ASM files.
|
||||
|
||||
rule ASM_COMPILER____idf_xtensa_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ rule ASM_COMPILER____idf_xtensa_
|
||||
rule C_COMPILER____idf_xtensa_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_xtensa_
|
||||
rule C_COMPILER____idf_esp_ringbuf_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_
|
||||
rule C_COMPILER____idf_efuse_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_efuse_
|
||||
rule C_COMPILER____idf_driver_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -132,7 +132,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_driver_
|
||||
rule C_COMPILER____idf_esp_pm_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -151,7 +151,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_pm_
|
||||
rule ASM_COMPILER____idf_mbedtls_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ rule ASM_COMPILER____idf_mbedtls_
|
||||
rule C_COMPILER____idf_mbedtls_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -180,7 +180,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_mbedtls_
|
||||
rule C_COMPILER__everest_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -199,7 +199,7 @@ rule CXX_STATIC_LIBRARY_LINKER__everest_
|
||||
rule C_COMPILER__p256m_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -218,7 +218,7 @@ rule CXX_STATIC_LIBRARY_LINKER__p256m_
|
||||
rule C_COMPILER__mbedcrypto_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -239,7 +239,7 @@ rule CXX_STATIC_LIBRARY_LINKER__mbedcrypto_
|
||||
rule C_COMPILER__mbedx509_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -258,7 +258,7 @@ rule CXX_STATIC_LIBRARY_LINKER__mbedx509_
|
||||
rule C_COMPILER__mbedtls_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -277,7 +277,7 @@ rule CXX_STATIC_LIBRARY_LINKER__mbedtls_
|
||||
rule C_COMPILER____idf_esp_app_format_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -296,7 +296,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_app_format_
|
||||
rule C_COMPILER____idf_bootloader_support_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -315,7 +315,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_
|
||||
rule C_COMPILER____idf_esp_partition_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -334,7 +334,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_partition_
|
||||
rule C_COMPILER____idf_app_update_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -353,7 +353,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_app_update_
|
||||
rule C_COMPILER____idf_esp_mm_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -372,7 +372,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_mm_
|
||||
rule C_COMPILER____idf_spi_flash_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -391,7 +391,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_
|
||||
rule C_COMPILER____idf_pthread_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -410,7 +410,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_pthread_
|
||||
rule ASM_COMPILER____idf_esp_system_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -420,7 +420,7 @@ rule ASM_COMPILER____idf_esp_system_
|
||||
rule C_COMPILER____idf_esp_system_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -439,7 +439,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_system_
|
||||
rule ASM_COMPILER____idf_esp_rom_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -449,7 +449,7 @@ rule ASM_COMPILER____idf_esp_rom_
|
||||
rule C_COMPILER____idf_esp_rom_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -468,7 +468,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_
|
||||
rule C_COMPILER____idf_hal_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -487,7 +487,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_hal_
|
||||
rule C_COMPILER____idf_log_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -506,7 +506,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_log_
|
||||
rule C_COMPILER____idf_heap_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -525,7 +525,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_heap_
|
||||
rule C_COMPILER____idf_soc_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -544,7 +544,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_soc_
|
||||
rule C_COMPILER____idf_esp_hw_support_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -563,7 +563,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_
|
||||
rule ASM_COMPILER____idf_freertos_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -573,7 +573,7 @@ rule ASM_COMPILER____idf_freertos_
|
||||
rule C_COMPILER____idf_freertos_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -592,7 +592,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_freertos_
|
||||
rule C_COMPILER____idf_newlib_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -611,7 +611,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_newlib_
|
||||
rule CXX_COMPILER____idf_cxx_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building CXX object $out
|
||||
|
||||
|
||||
@@ -630,7 +630,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_cxx_
|
||||
rule C_COMPILER____idf_esp_common_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -649,7 +649,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_common_
|
||||
rule C_COMPILER____idf_esp_timer_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -668,7 +668,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_timer_
|
||||
rule C_COMPILER____idf_app_trace_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -687,7 +687,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_app_trace_
|
||||
rule C_COMPILER____idf_esp_event_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -706,7 +706,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_event_
|
||||
rule CXX_COMPILER____idf_nvs_flash_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building CXX object $out
|
||||
|
||||
|
||||
@@ -725,7 +725,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_nvs_flash_
|
||||
rule C_COMPILER____idf_esp_phy_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -744,7 +744,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_phy_
|
||||
rule C_COMPILER____idf_vfs_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -763,7 +763,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_vfs_
|
||||
rule C_COMPILER____idf_lwip_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -782,7 +782,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_lwip_
|
||||
rule C_COMPILER____idf_esp_netif_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -801,7 +801,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_netif_
|
||||
rule C_COMPILER____idf_wpa_supplicant_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -822,7 +822,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_
|
||||
rule C_COMPILER____idf_esp_coex_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -841,7 +841,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_coex_
|
||||
rule C_COMPILER____idf_esp_wifi_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -860,7 +860,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_wifi_
|
||||
rule C_COMPILER____idf_unity_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -879,7 +879,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_unity_
|
||||
rule C_COMPILER____idf_cmock_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -898,7 +898,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_cmock_
|
||||
rule C_COMPILER____idf_console_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -917,7 +917,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_console_
|
||||
rule C_COMPILER____idf_http_parser_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -936,7 +936,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_http_parser_
|
||||
rule C_COMPILER____idf_esp-tls_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -955,7 +955,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp-tls_
|
||||
rule C_COMPILER____idf_esp_adc_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -974,7 +974,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_adc_
|
||||
rule C_COMPILER____idf_esp_eth_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -993,7 +993,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_eth_
|
||||
rule ASM_COMPILER____idf_esp_gdbstub_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -1003,7 +1003,7 @@ rule ASM_COMPILER____idf_esp_gdbstub_
|
||||
rule C_COMPILER____idf_esp_gdbstub_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1022,7 +1022,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_
|
||||
rule C_COMPILER____idf_esp_hid_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1041,7 +1041,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_hid_
|
||||
rule C_COMPILER____idf_tcp_transport_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1060,7 +1060,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_tcp_transport_
|
||||
rule C_COMPILER____idf_esp_http_client_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1079,7 +1079,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_http_client_
|
||||
rule C_COMPILER____idf_esp_http_server_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1098,7 +1098,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_http_server_
|
||||
rule C_COMPILER____idf_esp_https_ota_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1117,7 +1117,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_
|
||||
rule C_COMPILER____idf_esp_https_server_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1136,7 +1136,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_https_server_
|
||||
rule C_COMPILER____idf_esp_lcd_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1155,7 +1155,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_lcd_
|
||||
rule C_COMPILER____idf_protobuf-c_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1174,7 +1174,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_protobuf-c_
|
||||
rule C_COMPILER____idf_protocomm_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1193,7 +1193,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_protocomm_
|
||||
rule C_COMPILER____idf_esp_local_ctrl_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1212,7 +1212,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_
|
||||
rule C_COMPILER____idf_espcoredump_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1231,7 +1231,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_espcoredump_
|
||||
rule CXX_COMPILER____idf_wear_levelling_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building CXX object $out
|
||||
|
||||
|
||||
@@ -1250,7 +1250,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_wear_levelling_
|
||||
rule C_COMPILER____idf_sdmmc_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1269,7 +1269,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_sdmmc_
|
||||
rule C_COMPILER____idf_fatfs_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1288,7 +1288,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_fatfs_
|
||||
rule C_COMPILER____idf_json_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1307,7 +1307,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_json_
|
||||
rule C_COMPILER____idf_mqtt_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1326,7 +1326,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_mqtt_
|
||||
rule C_COMPILER____idf_perfmon_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1345,7 +1345,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_perfmon_
|
||||
rule C_COMPILER____idf_spiffs_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1364,7 +1364,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_spiffs_
|
||||
rule C_COMPILER____idf_touch_element_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1383,7 +1383,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_touch_element_
|
||||
rule C_COMPILER____idf_ulp_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1402,7 +1402,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_ulp_
|
||||
rule C_COMPILER____idf_usb_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1421,7 +1421,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_usb_
|
||||
rule C_COMPILER____idf_wifi_provisioning_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1440,7 +1440,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_
|
||||
rule C_COMPILER____idf_main_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1459,7 +1459,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_main_
|
||||
rule C_COMPILER____idf_esp_diag_data_store_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1478,7 +1478,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_diag_data_store_
|
||||
rule C_COMPILER____idf_rmaker_common_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1497,7 +1497,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_rmaker_common_
|
||||
rule C_COMPILER____idf_esp_diagnostics_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1516,7 +1516,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_diagnostics_
|
||||
rule C_COMPILER____idf_espressif__cbor_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1535,7 +1535,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_espressif__cbor_
|
||||
rule ASM_COMPILER____idf_esp_insights_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -1545,7 +1545,7 @@ rule ASM_COMPILER____idf_esp_insights_
|
||||
rule C_COMPILER____idf_esp_insights_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1564,7 +1564,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_insights_
|
||||
rule C_COMPILER____idf_json_parser_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1583,7 +1583,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_json_parser_
|
||||
rule C_COMPILER____idf_json_generator_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1602,7 +1602,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_json_generator_
|
||||
rule C_COMPILER____idf_espressif__mdns_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1621,7 +1621,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_espressif__mdns_
|
||||
rule C_COMPILER____idf_esp_schedule_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1640,7 +1640,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_schedule_
|
||||
rule C_COMPILER____idf_espressif__esp_secure_cert_mgr_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1659,7 +1659,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_espressif__esp_secure_cert_mgr_
|
||||
rule ASM_COMPILER____idf_esp_rainmaker_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -1669,7 +1669,7 @@ rule ASM_COMPILER____idf_esp_rainmaker_
|
||||
rule C_COMPILER____idf_esp_rainmaker_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1688,7 +1688,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_rainmaker_
|
||||
rule C_COMPILER____idf_app_insights_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1707,7 +1707,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_app_insights_
|
||||
rule C_COMPILER____idf_gpio_button_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1717,7 +1717,7 @@ rule C_COMPILER____idf_gpio_button_
|
||||
rule CXX_COMPILER____idf_gpio_button_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building CXX object $out
|
||||
|
||||
|
||||
@@ -1736,7 +1736,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_gpio_button_
|
||||
rule C_COMPILER____idf_app_reset_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1755,7 +1755,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_app_reset_
|
||||
rule C_COMPILER____idf_qrcode_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1774,7 +1774,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_qrcode_
|
||||
rule C_COMPILER____idf_app_wifi_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1793,7 +1793,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_app_wifi_
|
||||
rule C_COMPILER____idf_ws2812_led_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user