Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rinstrum-franz/8fb27d45e1fab2b0428b50e74c913e71 to your computer and use it in GitHub Desktop.
Save rinstrum-franz/8fb27d45e1fab2b0428b50e74c913e71 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
Building in: /home/franz/git/rin/rinGate/rinGate/build
Configuring in: /home/franz/git/rin/rinGate/rinGate/build
cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=/home/franz/esp-idf-v5.1/tools/cmake/toolchain-esp32.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCCACHE_ENABLE=1 -DIDF_TARGET=esp32 /home/franz/git/rin/rinGate/rinGate
-- Found Git: /usr/bin/git (found version "2.39.2")
-- Component directory /home/franz/git/rin/rinGate/rinGate/components/usb does not contain a CMakeLists.txt file. No component will be added
-- ccache will be used for faster recompilation
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building ESP-IDF components for target esp32
-- Checking Python dependencies...
Constraint file: /home/franz/.espressif/espidf.constraints.v5.1.txt
Requirement files:
- /home/franz/esp-idf-v5.1/tools/requirements/requirements.core.txt
Python being checked: /home/franz/.espressif/python_env/idf5.1_py3.11_env/bin/python
/home/franz/esp-idf-v5.1/tools/check_python_dependencies.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Python requirements are satisfied.
-- Project sdkconfig file /home/franz/git/rin/rinGate/rinGate/sdkconfig
warning: the int symbol BRIDGE_SOFTAP_MAX_CONNECT_NUMBER (defined at /home/franz/git/rin/rinGate/rinGate/components/iot_bridge/Kconfig:70) has a non-int default BRIDGE_CUSTOM_MAX_CONNECT_NUMBER (undefined)
Loading defaults file /home/franz/git/rin/rinGate/rinGate/sdkconfig.defaults...
Loading defaults file /home/franz/git/rin/rinGate/rinGate/sdkconfig.defaults.esp32...
Compiler supported targets: xtensa-esp32-elf
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of time_t
-- Check size of time_t - done
-- Found Python3: /home/franz/.espressif/python_env/idf5.1_py3.11_env/bin/python3.11 (found version "3.11.4") found components: Interpreter
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success
-- App "rinGate" version: 3a8d6d2-dirty
-- Adding linker script /home/franz/git/rin/rinGate/rinGate/build/esp-idf/esp_system/ld/memory.ld
-- Adding linker script /home/franz/esp-idf-v5.1/components/esp_system/ld/esp32/sections.ld.in
-- Adding linker script /home/franz/esp-idf-v5.1/components/esp_rom/esp32/ld/esp32.rom.ld
-- Adding linker script /home/franz/esp-idf-v5.1/components/esp_rom/esp32/ld/esp32.rom.api.ld
-- Adding linker script /home/franz/esp-idf-v5.1/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
-- Adding linker script /home/franz/esp-idf-v5.1/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld
-- Adding linker script /home/franz/esp-idf-v5.1/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld
-- Adding linker script /home/franz/esp-idf-v5.1/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld
-- Adding linker script /home/franz/esp-idf-v5.1/components/soc/esp32/ld/esp32.peripherals.ld
error: Anwendung des Patches fehlgeschlagen: src/core/ipv4/ip4.c:332
error: src/core/ipv4/ip4.c: Patch konnte nicht angewendet werden
-- Components: app_trace app_update bootloader bootloader_support bt button cmock console cxx driver efuse esp-tls esp_adc esp_app_format esp_coex esp_common esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_hw_support esp_lcd esp_local_ctrl esp_mm esp_netif esp_netif_stack esp_partition esp_phy esp_pm esp_psram esp_ringbuf esp_rom esp_system esp_timer esp_wifi espcoredump esptool_py fatfs freertos hal heap http_parser idf_test ieee802154 iot_bridge json log lwip main mbedtls mqtt newlib nvs_flash openthread partition_table perfmon protobuf-c protocomm pthread qrcode sdmmc soc spi_flash spiffs tcp_transport ulp unity usb vfs wear_levelling web_server wifi_prov_mgr wifi_provisioning wpa_supplicant xtensa
-- Component paths: /home/franz/esp-idf-v5.1/components/app_trace /home/franz/esp-idf-v5.1/components/app_update /home/franz/esp-idf-v5.1/components/bootloader /home/franz/esp-idf-v5.1/components/bootloader_support /home/franz/esp-idf-v5.1/components/bt /home/franz/git/rin/rinGate/rinGate/components/button /home/franz/esp-idf-v5.1/components/cmock /home/franz/esp-idf-v5.1/components/console /home/franz/esp-idf-v5.1/components/cxx /home/franz/esp-idf-v5.1/components/driver /home/franz/esp-idf-v5.1/components/efuse /home/franz/esp-idf-v5.1/components/esp-tls /home/franz/esp-idf-v5.1/components/esp_adc /home/franz/esp-idf-v5.1/components/esp_app_format /home/franz/esp-idf-v5.1/components/esp_coex /home/franz/esp-idf-v5.1/components/esp_common /home/franz/esp-idf-v5.1/components/esp_eth /home/franz/esp-idf-v5.1/components/esp_event /home/franz/esp-idf-v5.1/components/esp_gdbstub /home/franz/esp-idf-v5.1/components/esp_hid /home/franz/esp-idf-v5.1/components/esp_http_client /home/franz/esp-idf-v5.1/components/esp_http_server /home/franz/esp-idf-v5.1/components/esp_https_ota /home/franz/esp-idf-v5.1/components/esp_https_server /home/franz/esp-idf-v5.1/components/esp_hw_support /home/franz/esp-idf-v5.1/components/esp_lcd /home/franz/esp-idf-v5.1/components/esp_local_ctrl /home/franz/esp-idf-v5.1/components/esp_mm /home/franz/esp-idf-v5.1/components/esp_netif /home/franz/esp-idf-v5.1/components/esp_netif_stack /home/franz/esp-idf-v5.1/components/esp_partition /home/franz/esp-idf-v5.1/components/esp_phy /home/franz/esp-idf-v5.1/components/esp_pm /home/franz/esp-idf-v5.1/components/esp_psram /home/franz/esp-idf-v5.1/components/esp_ringbuf /home/franz/esp-idf-v5.1/components/esp_rom /home/franz/esp-idf-v5.1/components/esp_system /home/franz/esp-idf-v5.1/components/esp_timer /home/franz/esp-idf-v5.1/components/esp_wifi /home/franz/esp-idf-v5.1/components/espcoredump /home/franz/esp-idf-v5.1/components/esptool_py /home/franz/esp-idf-v5.1/components/fatfs /home/franz/esp-idf-v5.1/components/freertos /home/franz/esp-idf-v5.1/components/hal /home/franz/esp-idf-v5.1/components/heap /home/franz/esp-idf-v5.1/components/http_parser /home/franz/esp-idf-v5.1/components/idf_test /home/franz/esp-idf-v5.1/components/ieee802154 /home/franz/git/rin/rinGate/rinGate/components/iot_bridge /home/franz/esp-idf-v5.1/components/json /home/franz/esp-idf-v5.1/components/log /home/franz/esp-idf-v5.1/components/lwip /home/franz/git/rin/rinGate/rinGate/main /home/franz/esp-idf-v5.1/components/mbedtls /home/franz/esp-idf-v5.1/components/mqtt /home/franz/esp-idf-v5.1/components/newlib /home/franz/esp-idf-v5.1/components/nvs_flash /home/franz/esp-idf-v5.1/components/openthread /home/franz/esp-idf-v5.1/components/partition_table /home/franz/esp-idf-v5.1/components/perfmon /home/franz/esp-idf-v5.1/components/protobuf-c /home/franz/esp-idf-v5.1/components/protocomm /home/franz/esp-idf-v5.1/components/pthread /home/franz/git/rin/rinGate/rinGate/components/qrcode /home/franz/esp-idf-v5.1/components/sdmmc /home/franz/esp-idf-v5.1/components/soc /home/franz/esp-idf-v5.1/components/spi_flash /home/franz/esp-idf-v5.1/components/spiffs /home/franz/esp-idf-v5.1/components/tcp_transport /home/franz/esp-idf-v5.1/components/ulp /home/franz/esp-idf-v5.1/components/unity /home/franz/esp-idf-v5.1/components/usb /home/franz/esp-idf-v5.1/components/vfs /home/franz/esp-idf-v5.1/components/wear_levelling /home/franz/git/rin/rinGate/rinGate/components/web_server /home/franz/git/rin/rinGate/rinGate/components/wifi_prov_mgr /home/franz/esp-idf-v5.1/components/wifi_provisioning /home/franz/esp-idf-v5.1/components/wpa_supplicant /home/franz/esp-idf-v5.1/components/xtensa
-- Configuring done
-- Generating done
-- Build files have been written to: /home/franz/git/rin/rinGate/rinGate/build
cmake --build . -- -v
[1/1009] cd /home/franz/git/rin/rinGate/rinGate/build && /home/franz/.espressif/tools/cmake/3.24.0/bin/cmake -E touch /home/franz/git/rin/rinGate/rinGate/build/project_elf_src_esp32.c
[2/1009] cd /home/franz/git/rin/rinGate/rinGate/build/esp-idf/esp_system && /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -C -P -x c -E -o /home/franz/git/rin/rinGate/rinGate/build/esp-idf/esp_system/ld/memory.ld -I /home/franz/git/rin/rinGate/rinGate/build/config -I /home/franz/esp-idf-v5.1/components/esp_system/ld /home/franz/esp-idf-v5.1/components/esp_system/ld/esp32/memory.ld.in
[3/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/bootloader_common_loader.c
[4/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/bootloader_common.c
[5/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/memory_buffer_alloc.c
[6/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/aes.c
[7/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/aesni.c
[8/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/aesce.c
[9/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/aria.c
[10/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/asn1parse.c
[11/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/asn1write.c
[12/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/base64.c
[13/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/bignum.c
[14/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/bignum_core.c
[15/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/bignum_mod.c
[16/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/bignum_mod_raw.c
[17/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/camellia.c
[18/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ccm.c
[19/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/chacha20.c
[20/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/chachapoly.c
[21/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/cipher.c
[22/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/cipher_wrap.c
[23/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/constant_time.c
[24/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/cmac.c
[25/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ctr_drbg.c
[26/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/des.c
[27/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/dhm.c
[28/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ecdh.c
[29/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ecdsa.c
[30/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ecjpake.c
[31/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ecp.c
[32/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ecp_curves.c
[33/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/entropy.c
[34/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/entropy_poll.c
[35/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/error.c
[36/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/gcm.c
[37/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hash_info.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hash_info.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hash_info.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/hash_info.c
[38/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/hkdf.c
[39/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/hmac_drbg.c
[40/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/lmots.c
[41/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/lms.c
[42/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/md.c
[43/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/md5.c
[44/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto_cipher.c
[45/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers.c
[46/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/nist_kw.c
[47/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/oid.c
[48/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/padlock.c
[49/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/pem.c
[50/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/pk.c
[51/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/pk_wrap.c
[52/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/pkcs12.c
[53/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/pkcs5.c
[54/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/pkwrite.c
[55/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/platform.c
[56/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/pkparse.c
[57/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/platform_util.c
[58/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/poly1305.c
[59/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto.c
[60/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto_aead.c
[61/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto_client.c
[62/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c
[63/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto_ecp.c
[64/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto_hash.c
[65/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto_mac.c
[66/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto_pake.c
[67/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto_rsa.c
[68/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto_se.c
[69/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_crypto_storage.c
[70/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/version_features.c
[71/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp_hardware.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp_hardware.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp_hardware.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/esp_hardware.c
[72/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_its_file.c
[73/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/psa_util.c
[74/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ripemd160.c
[75/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/rsa_alt_helpers.c
[76/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/sha1.c
[77/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/rsa.c
[78/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/sha256.c
[79/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/sha512.c
[80/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/threading.c
[81/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/timing.c
[82/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/version.c
[83/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp_mem.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp_mem.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp_mem.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/esp_mem.c
[84/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp_timing.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp_timing.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp_timing.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/esp_timing.c
[85/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/esp_sha.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/esp_sha.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/esp_sha.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/sha/esp_sha.c
[86/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/aes/esp_aes_xts.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/aes/esp_aes_xts.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/aes/esp_aes_xts.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/aes/esp_aes_xts.c
[87/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/aes/esp_aes_common.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/aes/esp_aes_common.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/aes/esp_aes_common.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/aes/esp_aes_common.c
[88/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/aes/block/esp_aes.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/aes/block/esp_aes.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/aes/block/esp_aes.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/aes/block/esp_aes.c
[89/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp_bignum.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp_bignum.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp_bignum.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/esp_bignum.c
[90/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/sha.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/sha.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/sha.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/sha.c
[91/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp32/bignum.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp32/bignum.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/esp32/bignum.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/esp32/bignum.c
[92/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/esp_sha256.c
[93/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/esp_sha1.c
[94/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/sha/parallel_engine/esp_sha512.c
[95/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/md/esp_md.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/md/esp_md.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/md/esp_md.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/md/esp_md.c
[96/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/aes/esp_aes_gcm.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/aes/esp_aes_gcm.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/aes/esp_aes_gcm.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/aes/esp_aes_gcm.c
[97/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/pkcs7.c
[98/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/x509_crl.c
[99/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/x509_create.c
[100/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/x509.c
[101/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/x509_crt.c
[102/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/x509_csr.c
[103/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/x509write_crt.c
[104/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/x509write_csr.c
[105/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c
[106/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/debug.c
[107/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/mps_reader.c
[108/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/mps_trace.c
[109/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_cache.c
[110/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_ciphersuites.c
[111/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_client.c
[112/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_cookie.c
[113/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/mbedtls_debug.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/mbedtls_debug.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/mbedtls_debug.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/mbedtls_debug.c
[114/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/net_sockets.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/net_sockets.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/franz/esp-idf-v5.1/components/mbedtls/port/net_sockets.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/port/net_sockets.c
[115/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_msg.c
[116/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_ticket.c
[117/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_tls.c
[118/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_tls12_client.c
[119/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_tls12_server.c
[120/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_tls13_keys.c
[121/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_tls13_server.c
[122/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_tls13_client.c
[123/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj -MF esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj.d -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj -c /home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library/ssl_tls13_generic.c
[124/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/newlib/priv_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj -c /home/franz/esp-idf-v5.1/components/newlib/random.c
[125/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/newlib/priv_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj -c /home/franz/esp-idf-v5.1/components/newlib/pthread.c
[126/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/bootloader_clock_init.c
[127/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/bootloader_random_esp32.c
[128/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/bootloader_mem.c
[129/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/bootloader_random.c
[130/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/src/bootloader_flash.c
[131/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/bootloader_efuse.c
[132/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/flash_encrypt.c
[133/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/secure_boot.c
[134/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c
[135/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c
[136/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/flash_partitions.c
[137/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/bootloader_utility.c
[138/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/esp_image_format.c
[139/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/mbedtls/port/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/include -I/home/franz/esp-idf-v5.1/components/mbedtls/mbedtls/library -I/home/franz/esp-idf-v5.1/components/mbedtls/esp_crt_bundle/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj -MF esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj.d -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj -c /home/franz/esp-idf-v5.1/components/bootloader_support/src/idf/bootloader_sha.c
[140/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj -MF esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj.d -o esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj -c /home/franz/esp-idf-v5.1/components/esp_partition/partition.c
[141/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj -MF esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj.d -o esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj -c /home/franz/esp-idf-v5.1/components/esp_partition/partition_target.c
[142/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/nvs_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/nvs_flash/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -MD -MT esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj -MF esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj.d -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj -c /home/franz/esp-idf-v5.1/components/nvs_flash/src/nvs_partition_lookup.cpp
[143/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/nvs_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/nvs_flash/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -MD -MT esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj -MF esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj.d -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj -c /home/franz/esp-idf-v5.1/components/nvs_flash/src/nvs_api.cpp
[144/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/nvs_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/nvs_flash/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -MD -MT esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj -MF esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj.d -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj -c /home/franz/esp-idf-v5.1/components/nvs_flash/src/nvs_page.cpp
[145/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/nvs_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/nvs_flash/private_include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -MD -MT esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj -MF esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj.d -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj -c /home/franz/esp-idf-v5.1/components/nvs_flash/src/nvs_cxx_api.cpp
[146/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj -MF esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj.d -o esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj -c /home/franz/esp-idf-v5.1/components/app_update/esp_ota_ops.c
[147/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj -MF esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj.d -o esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj -c /home/franz/esp-idf-v5.1/components/app_update/esp_ota_app_desc.c
[148/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj -MF esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj.d -o esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj -c /home/franz/esp-idf-v5.1/components/esp_mm/esp_mmu_map.c
[149/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj -MF esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj.d -o esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj -c /home/franz/esp-idf-v5.1/components/esp_mm/cache_esp32.c
[150/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj -MF esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj.d -o esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj -c /home/franz/esp-idf-v5.1/components/esp_mm/esp_cache.c
[151/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj -MF esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj.d -o esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj -c /home/franz/esp-idf-v5.1/components/esp_mm/port/esp32/ext_mem_layout.c
[152/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/cache_utils.c
[153/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/flash_brownout_hook.c
[154/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/spi_flash_chip_drivers.c
[155/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/spi_flash_chip_generic.c
[156/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/spi_flash_chip_issi.c
[157/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/spi_flash_chip_mxic.c
[158/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/spi_flash_chip_gd.c
[159/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/spi_flash_chip_winbond.c
[160/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/spi_flash_chip_boya.c
[161/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/spi_flash_chip_mxic_opi.c
[162/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/spi_flash_chip_th.c
[163/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/memspi_host_driver.c
[164/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/flash_mmap.c
[165/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/flash_ops.c
[166/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/spi_flash_wrap.c
[167/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/esp_flash_api.c
[168/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/esp_flash_spi_init.c
[169/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/spi_flash_os_func_app.c
[170/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/spi_flash/include/spi_flash -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/app_update/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -MD -MT esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj -MF esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj.d -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj -c /home/franz/esp-idf-v5.1/components/spi_flash/spi_flash_os_func_noos.c
[171/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj -MF esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj.d -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj -c /home/franz/esp-idf-v5.1/components/pthread/pthread.c
[172/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj -MF esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj.d -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj -c /home/franz/esp-idf-v5.1/components/pthread/pthread_rwlock.c
[173/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj -MF esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj.d -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj -c /home/franz/esp-idf-v5.1/components/pthread/pthread_cond_var.c
[174/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj -MF esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj.d -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj -c /home/franz/esp-idf-v5.1/components/pthread/pthread_local_storage.c
[175/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj -MF esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj.d -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj -c /home/franz/esp-idf-v5.1/components/pthread/pthread_semaphore.c
[176/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/panic.c
[177/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/esp_err.c
[178/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/crosscore_int.c
[179/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/esp_ipc.c
[180/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/freertos_hooks.c
[181/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/int_wdt.c
[182/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/ubsan.c
[183/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/esp_system.c
[184/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-stack-protector -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/startup.c
[185/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/system_time.c
[186/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-stack-protector -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/stack_check.c
[187/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/xt_wdt.c
[188/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/debug_stubs.c
[189/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/task_wdt/task_wdt_impl_timergroup.c
[190/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/task_wdt/task_wdt.c
[191/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/soc/esp32/reset_reason.c
[192/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/cpu_start.c
[193/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/brownout.c
[194/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/panic_handler.c
[195/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/esp_system_chip.c
[196/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/soc/esp32/highint_hdl.S
[197/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/arch/xtensa/panic_handler_asm.S
[198/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/soc/esp32/cache_err_int.c
[199/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/soc/esp32/clk.c
[200/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/soc/esp32/system_internal.c
[201/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/arch/xtensa/panic_arch.c
[202/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/arch/xtensa/expression_with_stack.c
[203/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S
[204/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/arch/xtensa/debug_helpers_asm.S
[205/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/arch/xtensa/debug_helpers.c
[206/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/arch/xtensa/esp_ipc_isr.c
[207/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/arch/xtensa/debug_stubs.c
[208/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/arch/xtensa/esp_ipc_isr_handler.S
[209/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/arch/xtensa/trax.c
[210/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/. -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -I/home/franz/esp-idf-v5.1/components/spi_flash/include -I/home/franz/esp-idf-v5.1/components/esp_timer/include -I/home/franz/esp-idf-v5.1/components/esp_mm/include -I/home/franz/esp-idf-v5.1/components/pthread/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/include -I/home/franz/esp-idf-v5.1/components/bootloader_support/bootloader_flash/include -I/home/franz/esp-idf-v5.1/components/efuse/include -I/home/franz/esp-idf-v5.1/components/efuse/esp32/include -I/home/franz/esp-idf-v5.1/components/driver/include -I/home/franz/esp-idf-v5.1/components/driver/deprecated -I/home/franz/esp-idf-v5.1/components/driver/analog_comparator/include -I/home/franz/esp-idf-v5.1/components/driver/dac/include -I/home/franz/esp-idf-v5.1/components/driver/gpio/include -I/home/franz/esp-idf-v5.1/components/driver/gptimer/include -I/home/franz/esp-idf-v5.1/components/driver/i2c/include -I/home/franz/esp-idf-v5.1/components/driver/i2s/include -I/home/franz/esp-idf-v5.1/components/driver/ledc/include -I/home/franz/esp-idf-v5.1/components/driver/mcpwm/include -I/home/franz/esp-idf-v5.1/components/driver/parlio/include -I/home/franz/esp-idf-v5.1/components/driver/pcnt/include -I/home/franz/esp-idf-v5.1/components/driver/rmt/include -I/home/franz/esp-idf-v5.1/components/driver/sdio_slave/include -I/home/franz/esp-idf-v5.1/components/driver/sdmmc/include -I/home/franz/esp-idf-v5.1/components/driver/sigma_delta/include -I/home/franz/esp-idf-v5.1/components/driver/spi/include -I/home/franz/esp-idf-v5.1/components/driver/temperature_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/include -I/home/franz/esp-idf-v5.1/components/driver/twai/include -I/home/franz/esp-idf-v5.1/components/driver/uart/include -I/home/franz/esp-idf-v5.1/components/driver/usb_serial_jtag/include -I/home/franz/esp-idf-v5.1/components/driver/touch_sensor/esp32/include -I/home/franz/esp-idf-v5.1/components/esp_pm/include -I/home/franz/esp-idf-v5.1/components/esp_ringbuf/include -I/home/franz/esp-idf-v5.1/components/esp_partition/include -I/home/franz/esp-idf-v5.1/components/esp_gdbstub/include -I/home/franz/esp-idf-v5.1/components/esp_app_format/include -I/home/franz/esp-idf-v5.1/components/vfs/include -I/home/franz/esp-idf-v5.1/components/esp_coex/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj -c /home/franz/esp-idf-v5.1/components/esp_system/port/arch/xtensa/esp_ipc_isr_routines.S
[211/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj -MF esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj.d -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj -c /home/franz/esp-idf-v5.1/components/esp_rom/patches/esp_rom_sys.c
[212/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/esp32/include -I/home/franz/esp-idf-v5.1/components/hal/include -I/home/franz/esp-idf-v5.1/components/hal/platform_port/include -I/home/franz/esp-idf-v5.1/components/esp_common/include -I/home/franz/esp-idf-v5.1/components/esp_system/include -I/home/franz/esp-idf-v5.1/components/esp_system/port/soc -I/home/franz/esp-idf-v5.1/components/esp_system/port/include/private -I/home/franz/esp-idf-v5.1/components/xtensa/include -I/home/franz/esp-idf-v5.1/components/xtensa/esp32/include -I/home/franz/esp-idf-v5.1/components/lwip/include -I/home/franz/esp-idf-v5.1/components/lwip/include/apps -I/home/franz/esp-idf-v5.1/components/lwip/include/apps/sntp -I/home/franz/esp-idf-v5.1/components/lwip/lwip/src/include -I/home/franz/esp-idf-v5.1/components/lwip/port/include -I/home/franz/esp-idf-v5.1/components/lwip/port/freertos/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include -I/home/franz/esp-idf-v5.1/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/franz/git/rin/rinGate/rinGate=. -fmacro-prefix-map=/home/franz/esp-idf-v5.1=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj -MF esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj.d -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj -c /home/franz/esp-idf-v5.1/components/esp_rom/patches/esp_rom_uart.c
[213/1009] ccache /home/franz/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/franz/git/rin/rinGate/rinGate/build/config -I/home/franz/esp-idf-v5.1/components/esp_rom/include -I/home/franz/esp-idf-v5.1/components/esp_rom/include/esp32 -I/home/franz/esp-idf-v5.1/components/esp_rom/esp32 -I/home/franz/esp-idf-v5.1/components/newlib/platform_include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/include -I/home/franz/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include/freertos -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/include -I/home/franz/esp-idf-v5.1/components/freertos/esp_additions/arch/xtensa/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc -I/home/franz/esp-idf-v5.1/components/esp_hw_support/include/soc/esp32 -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/. -I/home/franz/esp-idf-v5.1/components/esp_hw_support/port/esp32/private_include -I/home/franz/esp-idf-v5.1/components/heap/include -I/home/franz/esp-idf-v5.1/components/log/include -I/home/franz/esp-idf-v5.1/components/soc/include -I/home/franz/esp-idf-v5.1/components/soc/esp32 -I/home/franz/esp-idf-v5.1/components/soc/esp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment