Skip to content

Instantly share code, notes, and snippets.

@Elektrik1
Created February 4, 2019 01:19
Show Gist options
  • Save Elektrik1/49371385b7500ae1e0accf24eb8a7a7e to your computer and use it in GitHub Desktop.
Save Elektrik1/49371385b7500ae1e0accf24eb8a7a7e to your computer and use it in GitHub Desktop.
Clean build
This file has been truncated, but you can view the full file.
MINGW32 /home/esp-idf/examples/get-started/hello_world
$ make BUILD_DIR_BASE=D:/Test V=1
including /home/esp-idf/components/app_update/Makefile.projbuild...
including /home/esp-idf/components/bootloader/Makefile.projbuild...
including /home/esp-idf/components/bootloader_support/Makefile.projbuild...
including /home/esp-idf/components/coap/Makefile.projbuild...
including /home/esp-idf/components/esp32/Makefile.projbuild...
including /home/esp-idf/components/esptool_py/Makefile.projbuild...
including /home/esp-idf/components/mbedtls/Makefile.projbuild...
including /home/esp-idf/components/nghttp/Makefile.projbuild...
including /home/esp-idf/components/partition_table/Makefile.projbuild...
including /home/esp-idf/components/ulp/Makefile.projbuild...
including /home/esp-idf/components/unity/Makefile.projbuild...
mkdir -p D:/Test/include/config
cd D:/Test; KCONFIG_AUTOHEADER=D:/Test/include/sdkconfig.h COMPONENT_KCONFIGS="D:\msys32\home\esp-idf\components\app_trace\Kconfig D:\msys32\home\esp-idf\components\aws_iot\Kconfig D:\msys32\home\esp-idf\components\bt\Kconfig D:\msys32\home\esp-idf\components\driver\Kconfig D:\msys32\home\esp-idf\components\esp32\Kconfig D:\msys32\home\esp-idf\components\esp_adc_cal\Kconfig D:\msys32\home\esp-idf\components\esp_event\Kconfig D:\msys32\home\esp-idf\components\esp_http_client\Kconfig D:\msys32\home\esp-idf\components\esp_http_server\Kconfig D:\msys32\home\esp-idf\components\esp_https_ota\Kconfig D:\msys32\home\esp-idf\components\ethernet\Kconfig D:\msys32\home\esp-idf\components\fatfs\Kconfig D:\msys32\home\esp-idf\components\freemodbus\Kconfig D:\msys32\home\esp-idf\components\freertos\Kconfig D:\msys32\home\esp-idf\components\heap\Kconfig D:\msys32\home\esp-idf\components\libsodium\Kconfig D:\msys32\home\esp-idf\components\log\Kconfig D:\msys32\home\esp-idf\components\lwip\Kconfig D:\msys32\home\esp-idf\components\mbedtls\Kconfig D:\msys32\home\esp-idf\components\mdns\Kconfig D:\msys32\home\esp-idf\components\mqtt\Kconfig D:\msys32\home\esp-idf\components\nvs_flash\Kconfig D:\msys32\home\esp-idf\components\openssl\Kconfig D:\msys32\home\esp-idf\components\pthread\Kconfig D:\msys32\home\esp-idf\components\spi_flash\Kconfig D:\msys32\home\esp-idf\components\spiffs\Kconfig D:\msys32\home\esp-idf\components\tcpip_adapter\Kconfig D:\msys32\home\esp-idf\components\unity\Kconfig D:\msys32\home\esp-idf\components\vfs\Kconfig D:\msys32\home\esp-idf\components\wear_levelling\Kconfig" KCONFIG_CONFIG=/home/esp-idf/examples/get-started/hello_world/sdkconfig COMPONENT_KCONFIGS_PROJBUILD="D:\msys32\home\esp-idf\components\app_update\Kconfig.projbuild D:\msys32\home\esp-idf\components\bootloader\Kconfig.projbuild D:\msys32\home\esp-idf\components\esptool_py\Kconfig.projbuild D:\msys32\home\esp-idf\components\partition_table\Kconfig.projbuild" IDF_CMAKE=n /home/esp-idf/tools/kconfig/conf-idf --silentoldconfig /home/esp-idf/Kconfig
touch D:/Test/include/config/auto.conf D:/Test/include/sdkconfig.h # ensure newer than sdkconfig
make -C D:/Test/xtensa-debug-module -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/xtensa-debug-module/component.mk COMPONENT_NAME=xtensa-debug-module component_project_vars.mk
make[1]: Entering directory '/d/Test/xtensa-debug-module'
Building component project variables list /d/Test/xtensa-debug-module/component_project_vars.mk
make[1]: Leaving directory '/d/Test/xtensa-debug-module'
make -C D:/Test/wpa_supplicant -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/wpa_supplicant/component.mk COMPONENT_NAME=wpa_supplicant component_project_vars.mk
make[1]: Entering directory '/d/Test/wpa_supplicant'
Building component project variables list /d/Test/wpa_supplicant/component_project_vars.mk
make[1]: Leaving directory '/d/Test/wpa_supplicant'
make -C D:/Test/wifi_provisioning -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/wifi_provisioning/component.mk COMPONENT_NAME=wifi_provisioning component_project_vars.mk
make[1]: Entering directory '/d/Test/wifi_provisioning'
Building component project variables list /d/Test/wifi_provisioning/component_project_vars.mk
make[1]: Leaving directory '/d/Test/wifi_provisioning'
make -C D:/Test/wear_levelling -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/wear_levelling/component.mk COMPONENT_NAME=wear_levelling component_project_vars.mk
make[1]: Entering directory '/d/Test/wear_levelling'
Building component project variables list /d/Test/wear_levelling/component_project_vars.mk
make[1]: Leaving directory '/d/Test/wear_levelling'
make -C D:/Test/vfs -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/vfs/component.mk COMPONENT_NAME=vfs component_project_vars.mk
make[1]: Entering directory '/d/Test/vfs'
Building component project variables list /d/Test/vfs/component_project_vars.mk
make[1]: Leaving directory '/d/Test/vfs'
make -C D:/Test/unity -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/unity/component.mk COMPONENT_NAME=unity component_project_vars.mk
make[1]: Entering directory '/d/Test/unity'
Building component project variables list /d/Test/unity/component_project_vars.mk
make[1]: Leaving directory '/d/Test/unity'
make -C D:/Test/ulp -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/ulp/component.mk COMPONENT_NAME=ulp component_project_vars.mk
make[1]: Entering directory '/d/Test/ulp'
Building component project variables list /d/Test/ulp/component_project_vars.mk
make[1]: Leaving directory '/d/Test/ulp'
make -C D:/Test/tcpip_adapter -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/tcpip_adapter/component.mk COMPONENT_NAME=tcpip_adapter component_project_vars.mk
make[1]: Entering directory '/d/Test/tcpip_adapter'
Building component project variables list /d/Test/tcpip_adapter/component_project_vars.mk
make[1]: Leaving directory '/d/Test/tcpip_adapter'
make -C D:/Test/tcp_transport -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/tcp_transport/component.mk COMPONENT_NAME=tcp_transport component_project_vars.mk
make[1]: Entering directory '/d/Test/tcp_transport'
Building component project variables list /d/Test/tcp_transport/component_project_vars.mk
make[1]: Leaving directory '/d/Test/tcp_transport'
make -C D:/Test/spiffs -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/spiffs/component.mk COMPONENT_NAME=spiffs component_project_vars.mk
make[1]: Entering directory '/d/Test/spiffs'
Building component project variables list /d/Test/spiffs/component_project_vars.mk
make[1]: Leaving directory '/d/Test/spiffs'
make -C D:/Test/spi_flash -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/spi_flash/component.mk COMPONENT_NAME=spi_flash component_project_vars.mk
make[1]: Entering directory '/d/Test/spi_flash'
Building component project variables list /d/Test/spi_flash/component_project_vars.mk
make[1]: Leaving directory '/d/Test/spi_flash'
make -C D:/Test/soc -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/soc/component.mk COMPONENT_NAME=soc component_project_vars.mk
make[1]: Entering directory '/d/Test/soc'
Building component project variables list /d/Test/soc/component_project_vars.mk
make[1]: Leaving directory '/d/Test/soc'
make -C D:/Test/smartconfig_ack -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/smartconfig_ack/component.mk COMPONENT_NAME=smartconfig_ack component_project_vars.mk
make[1]: Entering directory '/d/Test/smartconfig_ack'
Building component project variables list /d/Test/smartconfig_ack/component_project_vars.mk
make[1]: Leaving directory '/d/Test/smartconfig_ack'
make -C D:/Test/sdmmc -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/sdmmc/component.mk COMPONENT_NAME=sdmmc component_project_vars.mk
make[1]: Entering directory '/d/Test/sdmmc'
Building component project variables list /d/Test/sdmmc/component_project_vars.mk
make[1]: Leaving directory '/d/Test/sdmmc'
make -C D:/Test/pthread -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/pthread/component.mk COMPONENT_NAME=pthread component_project_vars.mk
make[1]: Entering directory '/d/Test/pthread'
Building component project variables list /d/Test/pthread/component_project_vars.mk
make[1]: Leaving directory '/d/Test/pthread'
make -C D:/Test/protocomm -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/protocomm/component.mk COMPONENT_NAME=protocomm component_project_vars.mk
make[1]: Entering directory '/d/Test/protocomm'
Building component project variables list /d/Test/protocomm/component_project_vars.mk
make[1]: Leaving directory '/d/Test/protocomm'
make -C D:/Test/protobuf-c -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/protobuf-c/component.mk COMPONENT_NAME=protobuf-c component_project_vars.mk
make[1]: Entering directory '/d/Test/protobuf-c'
Building component project variables list /d/Test/protobuf-c/component_project_vars.mk
make[1]: Leaving directory '/d/Test/protobuf-c'
make -C D:/Test/partition_table -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/partition_table/component.mk COMPONENT_NAME=partition_table component_project_vars.mk
make[1]: Entering directory '/d/Test/partition_table'
make[1]: Leaving directory '/d/Test/partition_table'
make -C D:/Test/openssl -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/openssl/component.mk COMPONENT_NAME=openssl component_project_vars.mk
make[1]: Entering directory '/d/Test/openssl'
Building component project variables list /d/Test/openssl/component_project_vars.mk
make[1]: Leaving directory '/d/Test/openssl'
make -C D:/Test/nvs_flash -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/nvs_flash/component.mk COMPONENT_NAME=nvs_flash component_project_vars.mk
make[1]: Entering directory '/d/Test/nvs_flash'
Building component project variables list /d/Test/nvs_flash/component_project_vars.mk
make[1]: Leaving directory '/d/Test/nvs_flash'
make -C D:/Test/nghttp -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/nghttp/component.mk COMPONENT_NAME=nghttp component_project_vars.mk
make[1]: Entering directory '/d/Test/nghttp'
Building component project variables list /d/Test/nghttp/component_project_vars.mk
make[1]: Leaving directory '/d/Test/nghttp'
make -C D:/Test/newlib -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/newlib/component.mk COMPONENT_NAME=newlib component_project_vars.mk
make[1]: Entering directory '/d/Test/newlib'
Building component project variables list /d/Test/newlib/component_project_vars.mk
make[1]: Leaving directory '/d/Test/newlib'
make -C D:/Test/mqtt -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/mqtt/component.mk COMPONENT_NAME=mqtt component_project_vars.mk
make[1]: Entering directory '/d/Test/mqtt'
Building component project variables list /d/Test/mqtt/component_project_vars.mk
make[1]: Leaving directory '/d/Test/mqtt'
make -C D:/Test/micro-ecc -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/micro-ecc/component.mk COMPONENT_NAME=micro-ecc component_project_vars.mk
make[1]: Entering directory '/d/Test/micro-ecc'
Building component project variables list /d/Test/micro-ecc/component_project_vars.mk
make[1]: Leaving directory '/d/Test/micro-ecc'
make -C D:/Test/mdns -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/mdns/component.mk COMPONENT_NAME=mdns component_project_vars.mk
make[1]: Entering directory '/d/Test/mdns'
Building component project variables list /d/Test/mdns/component_project_vars.mk
make[1]: Leaving directory '/d/Test/mdns'
make -C D:/Test/mbedtls -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/mbedtls/component.mk COMPONENT_NAME=mbedtls component_project_vars.mk
make[1]: Entering directory '/d/Test/mbedtls'
Building component project variables list /d/Test/mbedtls/component_project_vars.mk
make[1]: Leaving directory '/d/Test/mbedtls'
make -C D:/Test/main -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/examples/get-started/hello_world/main/component.mk COMPONENT_NAME=main component_project_vars.mk
make[1]: Entering directory '/d/Test/main'
Building component project variables list /d/Test/main/component_project_vars.mk
make[1]: Leaving directory '/d/Test/main'
make -C D:/Test/lwip -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/lwip/component.mk COMPONENT_NAME=lwip component_project_vars.mk
make[1]: Entering directory '/d/Test/lwip'
Building component project variables list /d/Test/lwip/component_project_vars.mk
make[1]: Leaving directory '/d/Test/lwip'
make -C D:/Test/log -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/log/component.mk COMPONENT_NAME=log component_project_vars.mk
make[1]: Entering directory '/d/Test/log'
Building component project variables list /d/Test/log/component_project_vars.mk
make[1]: Leaving directory '/d/Test/log'
make -C D:/Test/libsodium -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/libsodium/component.mk COMPONENT_NAME=libsodium component_project_vars.mk
make[1]: Entering directory '/d/Test/libsodium'
Building component project variables list /d/Test/libsodium/component_project_vars.mk
make[1]: Leaving directory '/d/Test/libsodium'
make -C D:/Test/json -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/json/component.mk COMPONENT_NAME=json component_project_vars.mk
make[1]: Entering directory '/d/Test/json'
Building component project variables list /d/Test/json/component_project_vars.mk
make[1]: Leaving directory '/d/Test/json'
make -C D:/Test/jsmn -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/jsmn/component.mk COMPONENT_NAME=jsmn component_project_vars.mk
make[1]: Entering directory '/d/Test/jsmn'
Building component project variables list /d/Test/jsmn/component_project_vars.mk
make[1]: Leaving directory '/d/Test/jsmn'
make -C D:/Test/idf_test -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/idf_test/component.mk COMPONENT_NAME=idf_test component_project_vars.mk
make[1]: Entering directory '/d/Test/idf_test'
Building component project variables list /d/Test/idf_test/component_project_vars.mk
make[1]: Leaving directory '/d/Test/idf_test'
make -C D:/Test/heap -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/heap/component.mk COMPONENT_NAME=heap component_project_vars.mk
make[1]: Entering directory '/d/Test/heap'
Building component project variables list /d/Test/heap/component_project_vars.mk
make[1]: Leaving directory '/d/Test/heap'
make -C D:/Test/freertos -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/freertos/component.mk COMPONENT_NAME=freertos component_project_vars.mk
make[1]: Entering directory '/d/Test/freertos'
Building component project variables list /d/Test/freertos/component_project_vars.mk
make[1]: Leaving directory '/d/Test/freertos'
make -C D:/Test/freemodbus -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/freemodbus/component.mk COMPONENT_NAME=freemodbus component_project_vars.mk
make[1]: Entering directory '/d/Test/freemodbus'
Building component project variables list /d/Test/freemodbus/component_project_vars.mk
make[1]: Leaving directory '/d/Test/freemodbus'
make -C D:/Test/fatfs -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/fatfs/component.mk COMPONENT_NAME=fatfs component_project_vars.mk
make[1]: Entering directory '/d/Test/fatfs'
Building component project variables list /d/Test/fatfs/component_project_vars.mk
make[1]: Leaving directory '/d/Test/fatfs'
make -C D:/Test/expat -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/expat/component.mk COMPONENT_NAME=expat component_project_vars.mk
make[1]: Entering directory '/d/Test/expat'
Building component project variables list /d/Test/expat/component_project_vars.mk
make[1]: Leaving directory '/d/Test/expat'
make -C D:/Test/ethernet -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/ethernet/component.mk COMPONENT_NAME=ethernet component_project_vars.mk
make[1]: Entering directory '/d/Test/ethernet'
Building component project variables list /d/Test/ethernet/component_project_vars.mk
make[1]: Leaving directory '/d/Test/ethernet'
make -C D:/Test/esptool_py -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esptool_py/component.mk COMPONENT_NAME=esptool_py component_project_vars.mk
make[1]: Entering directory '/d/Test/esptool_py'
make[1]: Leaving directory '/d/Test/esptool_py'
make -C D:/Test/esp_ringbuf -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_ringbuf/component.mk COMPONENT_NAME=esp_ringbuf component_project_vars.mk
make[1]: Entering directory '/d/Test/esp_ringbuf'
Building component project variables list /d/Test/esp_ringbuf/component_project_vars.mk
make[1]: Leaving directory '/d/Test/esp_ringbuf'
make -C D:/Test/esp_https_server -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_https_server/component.mk COMPONENT_NAME=esp_https_server component_project_vars.mk
make[1]: Entering directory '/d/Test/esp_https_server'
Building component project variables list /d/Test/esp_https_server/component_project_vars.mk
make[1]: Leaving directory '/d/Test/esp_https_server'
make -C D:/Test/esp_https_ota -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_https_ota/component.mk COMPONENT_NAME=esp_https_ota component_project_vars.mk
make[1]: Entering directory '/d/Test/esp_https_ota'
Building component project variables list /d/Test/esp_https_ota/component_project_vars.mk
make[1]: Leaving directory '/d/Test/esp_https_ota'
make -C D:/Test/esp_http_server -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_http_server/component.mk COMPONENT_NAME=esp_http_server component_project_vars.mk
make[1]: Entering directory '/d/Test/esp_http_server'
Building component project variables list /d/Test/esp_http_server/component_project_vars.mk
make[1]: Leaving directory '/d/Test/esp_http_server'
make -C D:/Test/esp_http_client -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_http_client/component.mk COMPONENT_NAME=esp_http_client component_project_vars.mk
make[1]: Entering directory '/d/Test/esp_http_client'
Building component project variables list /d/Test/esp_http_client/component_project_vars.mk
make[1]: Leaving directory '/d/Test/esp_http_client'
make -C D:/Test/esp_event -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_event/component.mk COMPONENT_NAME=esp_event component_project_vars.mk
make[1]: Entering directory '/d/Test/esp_event'
Building component project variables list /d/Test/esp_event/component_project_vars.mk
make[1]: Leaving directory '/d/Test/esp_event'
make -C D:/Test/esp_adc_cal -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_adc_cal/component.mk COMPONENT_NAME=esp_adc_cal component_project_vars.mk
make[1]: Entering directory '/d/Test/esp_adc_cal'
Building component project variables list /d/Test/esp_adc_cal/component_project_vars.mk
make[1]: Leaving directory '/d/Test/esp_adc_cal'
make -C D:/Test/esp32 -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp32/component.mk COMPONENT_NAME=esp32 component_project_vars.mk
make[1]: Entering directory '/d/Test/esp32'
Building component project variables list /d/Test/esp32/component_project_vars.mk
make[1]: Leaving directory '/d/Test/esp32'
make -C D:/Test/esp-tls -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp-tls/component.mk COMPONENT_NAME=esp-tls component_project_vars.mk
make[1]: Entering directory '/d/Test/esp-tls'
Building component project variables list /d/Test/esp-tls/component_project_vars.mk
make[1]: Leaving directory '/d/Test/esp-tls'
make -C D:/Test/driver -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/driver/component.mk COMPONENT_NAME=driver component_project_vars.mk
make[1]: Entering directory '/d/Test/driver'
Building component project variables list /d/Test/driver/component_project_vars.mk
make[1]: Leaving directory '/d/Test/driver'
make -C D:/Test/cxx -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/cxx/component.mk COMPONENT_NAME=cxx component_project_vars.mk
make[1]: Entering directory '/d/Test/cxx'
Building component project variables list /d/Test/cxx/component_project_vars.mk
make[1]: Leaving directory '/d/Test/cxx'
make -C D:/Test/console -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/console/component.mk COMPONENT_NAME=console component_project_vars.mk
make[1]: Entering directory '/d/Test/console'
Building component project variables list /d/Test/console/component_project_vars.mk
make[1]: Leaving directory '/d/Test/console'
make -C D:/Test/coap -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/coap/component.mk COMPONENT_NAME=coap component_project_vars.mk
make[1]: Entering directory '/d/Test/coap'
Building component project variables list /d/Test/coap/component_project_vars.mk
make[1]: Leaving directory '/d/Test/coap'
make -C D:/Test/bt -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/bt/component.mk COMPONENT_NAME=bt component_project_vars.mk
make[1]: Entering directory '/d/Test/bt'
Building component project variables list /d/Test/bt/component_project_vars.mk
make[1]: Leaving directory '/d/Test/bt'
make -C D:/Test/bootloader_support -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/bootloader_support/component.mk COMPONENT_NAME=bootloader_support component_project_vars.mk
make[1]: Entering directory '/d/Test/bootloader_support'
Building component project variables list /d/Test/bootloader_support/component_project_vars.mk
make[1]: Leaving directory '/d/Test/bootloader_support'
make -C D:/Test/bootloader -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/bootloader/component.mk COMPONENT_NAME=bootloader component_project_vars.mk
make[1]: Entering directory '/d/Test/bootloader'
make[1]: Leaving directory '/d/Test/bootloader'
make -C D:/Test/aws_iot -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/aws_iot/component.mk COMPONENT_NAME=aws_iot component_project_vars.mk
make[1]: Entering directory '/d/Test/aws_iot'
Building component project variables list /d/Test/aws_iot/component_project_vars.mk
make[1]: Leaving directory '/d/Test/aws_iot'
make -C D:/Test/asio -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/asio/component.mk COMPONENT_NAME=asio component_project_vars.mk
make[1]: Entering directory '/d/Test/asio'
Building component project variables list /d/Test/asio/component_project_vars.mk
make[1]: Leaving directory '/d/Test/asio'
make -C D:/Test/app_update -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/app_update/component.mk COMPONENT_NAME=app_update component_project_vars.mk
make[1]: Entering directory '/d/Test/app_update'
App "hello-world" version: v3.3-beta1-328-gabea9e4c0-dirty
Building component project variables list /d/Test/app_update/component_project_vars.mk
make[1]: Leaving directory '/d/Test/app_update'
make -C D:/Test/app_trace -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/app_trace/component.mk COMPONENT_NAME=app_trace component_project_vars.mk
make[1]: Entering directory '/d/Test/app_trace'
Building component project variables list /d/Test/app_trace/component_project_vars.mk
make[1]: Leaving directory '/d/Test/app_trace'
including /home/esp-idf/components/app_update/Makefile.projbuild...
including /home/esp-idf/components/bootloader/Makefile.projbuild...
including /home/esp-idf/components/bootloader_support/Makefile.projbuild...
including /home/esp-idf/components/coap/Makefile.projbuild...
including /home/esp-idf/components/esp32/Makefile.projbuild...
including /home/esp-idf/components/esptool_py/Makefile.projbuild...
including /home/esp-idf/components/mbedtls/Makefile.projbuild...
including /home/esp-idf/components/nghttp/Makefile.projbuild...
including /home/esp-idf/components/partition_table/Makefile.projbuild...
including /home/esp-idf/components/ulp/Makefile.projbuild...
including /home/esp-idf/components/unity/Makefile.projbuild...
PROJECT_PATH= COMPONENT_DIRS= make -C /home/esp-idf/components/bootloader/subproject V=1 BUILD_DIR_BASE=D:/Test/bootloader TEST_COMPONENTS= TESTS_ALL= EXCLUDE_COMPONENTS= D:/Test/bootloader/bootloader.bin
make[1]: Entering directory '/home/esp-idf/components/bootloader/subproject'
including /home/esp-idf/components/esptool_py/Makefile.projbuild...
including /home/esp-idf/components/bootloader_support/Makefile.projbuild...
including /home/esp-idf/components/bootloader/subproject/main/Makefile.projbuild...
make -C D:/Test/bootloader/main -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/bootloader/subproject/main/component.mk COMPONENT_NAME=main component_project_vars.mk
make[2]: Entering directory '/d/Test/bootloader/main'
Building component project variables list /d/Test/bootloader/main/component_project_vars.mk
make[2]: Leaving directory '/d/Test/bootloader/main'
make -C D:/Test/bootloader/soc -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/soc/component.mk COMPONENT_NAME=soc component_project_vars.mk
make[2]: Entering directory '/d/Test/bootloader/soc'
Building component project variables list /d/Test/bootloader/soc/component_project_vars.mk
make[2]: Leaving directory '/d/Test/bootloader/soc'
make -C D:/Test/bootloader/micro-ecc -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/micro-ecc/component.mk COMPONENT_NAME=micro-ecc component_project_vars.mk
make[2]: Entering directory '/d/Test/bootloader/micro-ecc'
Building component project variables list /d/Test/bootloader/micro-ecc/component_project_vars.mk
make[2]: Leaving directory '/d/Test/bootloader/micro-ecc'
make -C D:/Test/bootloader/spi_flash -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/spi_flash/component.mk COMPONENT_NAME=spi_flash component_project_vars.mk
make[2]: Entering directory '/d/Test/bootloader/spi_flash'
Building component project variables list /d/Test/bootloader/spi_flash/component_project_vars.mk
make[2]: Leaving directory '/d/Test/bootloader/spi_flash'
make -C D:/Test/bootloader/log -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/log/component.mk COMPONENT_NAME=log component_project_vars.mk
make[2]: Entering directory '/d/Test/bootloader/log'
Building component project variables list /d/Test/bootloader/log/component_project_vars.mk
make[2]: Leaving directory '/d/Test/bootloader/log'
make -C D:/Test/bootloader/bootloader_support -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/bootloader_support/component.mk COMPONENT_NAME=bootloader_support component_project_vars.mk
make[2]: Entering directory '/d/Test/bootloader/bootloader_support'
Building component project variables list /d/Test/bootloader/bootloader_support/component_project_vars.mk
make[2]: Leaving directory '/d/Test/bootloader/bootloader_support'
make -C D:/Test/bootloader/esptool_py -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esptool_py/component.mk COMPONENT_NAME=esptool_py component_project_vars.mk
make[2]: Entering directory '/d/Test/bootloader/esptool_py'
make[2]: Leaving directory '/d/Test/bootloader/esptool_py'
including /home/esp-idf/components/esptool_py/Makefile.projbuild...
including /home/esp-idf/components/bootloader_support/Makefile.projbuild...
including /home/esp-idf/components/bootloader/subproject/main/Makefile.projbuild...
make -C D:/Test/bootloader/bootloader_support -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/bootloader_support/component.mk COMPONENT_NAME=bootloader_support build
make[2]: Entering directory '/d/Test/bootloader/bootloader_support'
mkdir -p src
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_random.c -o src/bootloader_random.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_random.c:" >> src/bootloader_random.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/flash_encrypt.c -o src/flash_encrypt.o
echo "/home/esp-idf/components/bootloader_support/src/flash_encrypt.c:" >> src/flash_encrypt.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_sha.c -o src/bootloader_sha.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_sha.c:" >> src/bootloader_sha.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/esp_image_format.c -o src/esp_image_format.o
echo "/home/esp-idf/components/bootloader_support/src/esp_image_format.c:" >> src/esp_image_format.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/flash_partitions.c -o src/flash_partitions.o
echo "/home/esp-idf/components/bootloader_support/src/flash_partitions.c:" >> src/flash_partitions.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/secure_boot_signatures.c -o src/secure_boot_signatures.o
echo "/home/esp-idf/components/bootloader_support/src/secure_boot_signatures.c:" >> src/secure_boot_signatures.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_clock.c -o src/bootloader_clock.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_clock.c:" >> src/bootloader_clock.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/secure_boot.c -o src/secure_boot.o
echo "/home/esp-idf/components/bootloader_support/src/secure_boot.c:" >> src/secure_boot.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_common.c -o src/bootloader_common.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_common.c:" >> src/bootloader_common.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_utility.c -o src/bootloader_utility.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_utility.c:" >> src/bootloader_utility.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_init.c -o src/bootloader_init.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_init.c:" >> src/bootloader_init.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/efuse.c -o src/efuse.o
echo "/home/esp-idf/components/bootloader_support/src/efuse.c:" >> src/efuse.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/flash_qio_mode.c -o src/flash_qio_mode.o
echo "/home/esp-idf/components/bootloader_support/src/flash_qio_mode.c:" >> src/flash_qio_mode.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_flash.c -o src/bootloader_flash.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_flash.c:" >> src/bootloader_flash.d
rm -f libbootloader_support.a
xtensa-esp32-elf-ar cru libbootloader_support.a src/bootloader_random.o src/flash_encrypt.o src/bootloader_sha.o src/esp_image_format.o src/flash_partitions.o src/secure_boot_signatures.o src/bootloader_clock.o src/secure_boot.o src/bootloader_common.o src/bootloader_utility.o src/bootloader_init.o src/efuse.o src/flash_qio_mode.o src/bootloader_flash.o
make[2]: Leaving directory '/d/Test/bootloader/bootloader_support'
Target 'component-bootloader_support-build' responsible for 'D:/Test/bootloader/bootloader_support/libbootloader_support.a'
make -C D:/Test/bootloader/log -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/log/component.mk COMPONENT_NAME=log build
make[2]: Entering directory '/d/Test/bootloader/log'
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/log/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I . -c /home/esp-idf/components/log/log.c -o log.o
echo "/home/esp-idf/components/log/./log.c:" >> log.d
rm -f liblog.a
xtensa-esp32-elf-ar cru liblog.a ./log.o
make[2]: Leaving directory '/d/Test/bootloader/log'
Target 'component-log-build' responsible for 'D:/Test/bootloader/log/liblog.a'
make -C D:/Test/bootloader/spi_flash -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/spi_flash/component.mk COMPONENT_NAME=spi_flash build
make[2]: Entering directory '/d/Test/bootloader/spi_flash'
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I . -c /home/esp-idf/components/spi_flash/spi_flash_rom_patch.c -o spi_flash_rom_patch.o
echo "/home/esp-idf/components/spi_flash/./spi_flash_rom_patch.c:" >> spi_flash_rom_patch.d
rm -f libspi_flash.a
xtensa-esp32-elf-ar cru libspi_flash.a spi_flash_rom_patch.o
make[2]: Leaving directory '/d/Test/bootloader/spi_flash'
Target 'component-spi_flash-build' responsible for 'D:/Test/bootloader/spi_flash/libspi_flash.a'
make -C D:/Test/bootloader/micro-ecc -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/micro-ecc/component.mk COMPONENT_NAME=micro-ecc build
make[2]: Entering directory '/d/Test/bootloader/micro-ecc'
mkdir -p micro-ecc
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I micro-ecc -c /home/esp-idf/components/micro-ecc/micro-ecc/uECC.c -o micro-ecc/uECC.o
echo "/home/esp-idf/components/micro-ecc/micro-ecc/uECC.c:" >> micro-ecc/uECC.d
rm -f libmicro-ecc.a
xtensa-esp32-elf-ar cru libmicro-ecc.a micro-ecc/uECC.o
make[2]: Leaving directory '/d/Test/bootloader/micro-ecc'
Target 'component-micro-ecc-build' responsible for 'D:/Test/bootloader/micro-ecc/libmicro-ecc.a'
make -C D:/Test/bootloader/soc -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/soc/component.mk COMPONENT_NAME=soc build
make[2]: Entering directory '/d/Test/bootloader/soc'
mkdir -p esp32
mkdir -p src/
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -fno-jump-tables -fno-tree-switch-conversion -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/rtc_clk.c -o esp32/rtc_clk.o
echo "/home/esp-idf/components/soc/esp32/rtc_clk.c:" >> esp32/rtc_clk.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/rtc_time.c -o esp32/rtc_time.o
echo "/home/esp-idf/components/soc/esp32/rtc_time.c:" >> esp32/rtc_time.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/rtc_sleep.c -o esp32/rtc_sleep.o
echo "/home/esp-idf/components/soc/esp32/rtc_sleep.c:" >> esp32/rtc_sleep.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/gpio_periph.c -o esp32/gpio_periph.o
echo "/home/esp-idf/components/soc/esp32/gpio_periph.c:" >> esp32/gpio_periph.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/rtc_clk_init.c -o esp32/rtc_clk_init.o
echo "/home/esp-idf/components/soc/esp32/rtc_clk_init.c:" >> esp32/rtc_clk_init.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/spi_periph.c -o esp32/spi_periph.o
echo "/home/esp-idf/components/soc/esp32/spi_periph.c:" >> esp32/spi_periph.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/rtc_init.c -o esp32/rtc_init.o
echo "/home/esp-idf/components/soc/esp32/rtc_init.c:" >> esp32/rtc_init.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/sdio_slave_periph.c -o esp32/sdio_slave_periph.o
echo "/home/esp-idf/components/soc/esp32/sdio_slave_periph.c:" >> esp32/sdio_slave_periph.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/rtc_wdt.c -o esp32/rtc_wdt.o
echo "/home/esp-idf/components/soc/esp32/rtc_wdt.c:" >> esp32/rtc_wdt.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/sdmmc_periph.c -o esp32/sdmmc_periph.o
echo "/home/esp-idf/components/soc/esp32/sdmmc_periph.c:" >> esp32/sdmmc_periph.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/cpu_util.c -o esp32/cpu_util.o
echo "/home/esp-idf/components/soc/esp32/cpu_util.c:" >> esp32/cpu_util.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/rtc_periph.c -o esp32/rtc_periph.o
echo "/home/esp-idf/components/soc/esp32/rtc_periph.c:" >> esp32/rtc_periph.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/rtc_pm.c -o esp32/rtc_pm.o
echo "/home/esp-idf/components/soc/esp32/rtc_pm.c:" >> esp32/rtc_pm.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I esp32 -c /home/esp-idf/components/soc/esp32/soc_memory_layout.c -o esp32/soc_memory_layout.o
echo "/home/esp-idf/components/soc/esp32/soc_memory_layout.c:" >> esp32/soc_memory_layout.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/bootloader/subproject/main/include -I D:/Test/bootloader/include -I src/ -c /home/esp-idf/components/soc/src/memory_layout_utils.c -o src//memory_layout_utils.o
echo "/home/esp-idf/components/soc/src//memory_layout_utils.c:" >> src//memory_layout_utils.d
rm -f libsoc.a
xtensa-esp32-elf-ar cru libsoc.a esp32/rtc_clk.o esp32/rtc_time.o esp32/rtc_sleep.o esp32/gpio_periph.o esp32/rtc_clk_init.o esp32/spi_periph.o esp32/rtc_init.o esp32/sdio_slave_periph.o esp32/rtc_wdt.o esp32/sdmmc_periph.o esp32/cpu_util.o esp32/rtc_periph.o esp32/rtc_pm.o esp32/soc_memory_layout.o src//memory_layout_utils.o
make[2]: Leaving directory '/d/Test/bootloader/soc'
Target 'component-soc-build' responsible for 'D:/Test/bootloader/soc/libsoc.a'
make -C D:/Test/bootloader/main -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/bootloader/subproject/main/component.mk COMPONENT_NAME=main build
make[2]: Entering directory '/d/Test/bootloader/main'
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -I /home/esp-idf/components/esp32/include -D BOOTLOADER_BUILD=1 -ID:/Test/bootloader/../include -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -DGCC_NOT_5_2_0=0 -I /home/esp-idf/components/bootloader/subproject/main/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/log/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I D:/Test/bootloader/include -I . -c /home/esp-idf/components/bootloader/subproject/main/bootloader_start.c -o bootloader_start.o
echo "/home/esp-idf/components/bootloader/subproject/main/./bootloader_start.c:" >> bootloader_start.d
rm -f libmain.a
xtensa-esp32-elf-ar cru libmain.a ./bootloader_start.o
make[2]: Leaving directory '/d/Test/bootloader/main'
Target 'component-main-build' responsible for 'D:/Test/bootloader/main/libmain.a'
xtensa-esp32-elf-gcc -nostdlib -u call_user_start_cpu0 -Wl,--gc-sections -Wl,-static -Wl,--start-group -L/d/Test/bootloader/bootloader_support -lbootloader_support -L/d/Test/bootloader/log -llog -L/d/Test/bootloader/spi_flash -lspi_flash -L/d/Test/bootloader/micro-ecc -lmicro-ecc -L/d/Test/bootloader/soc -lsoc -L/d/Test/bootloader/main -lmain -L /home/esp-idf/components/bootloader/subproject/main -T esp32.bootloader.ld -T /home/esp-idf/components/esp32/ld/esp32.rom.ld -T /home/esp-idf/components/esp32/ld/esp32.rom.spiram_incompatible_fns.ld -T /home/esp-idf/components/esp32/ld/esp32.peripherals.ld -T esp32.bootloader.rom.ld -lgcc -lstdc++ -lgcov -Wl,--end-group -Wl,-EL -o D:/Test/bootloader/bootloader.elf -Wl,-Map=D:/Test/bootloader/bootloader.map
python /home/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode "dio" --flash_freq "40m" --flash_size "2MB" -o D:/Test/bootloader/bootloader.bin D:/Test/bootloader/bootloader.elf
esptool.py v2.6
make[1]: Leaving directory '/home/esp-idf/components/bootloader/subproject'
python /home/esp-idf/tools/check_python_dependencies.py
Python requirements from D:/msys32/home/esp-idf/requirements.txt are satisfied.
Building partitions from /home/esp-idf/components/partition_table/partitions_singleapp.csv...
python /home/esp-idf/components/partition_table/gen_esp32part.py -q --flash-size "2MB" --offset 0x8000 /home/esp-idf/components/partition_table/partitions_singleapp.csv D:/Test/partitions_singleapp.bin
make -C D:/Test/app_trace -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/app_trace/component.mk COMPONENT_NAME=app_trace build
make[1]: Entering directory '/d/Test/app_trace'
mkdir -p gcov
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/app_trace/app_trace.c -o app_trace.o
echo "/home/esp-idf/components/app_trace/./app_trace.c:" >> app_trace.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/app_trace/host_file_io.c -o host_file_io.o
echo "/home/esp-idf/components/app_trace/./host_file_io.c:" >> host_file_io.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/app_trace/app_trace_util.c -o app_trace_util.o
echo "/home/esp-idf/components/app_trace/./app_trace_util.c:" >> app_trace_util.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I gcov -c /home/esp-idf/components/app_trace/gcov/gcov_rtio.c -o gcov/gcov_rtio.o
echo "/home/esp-idf/components/app_trace/gcov/gcov_rtio.c:" >> gcov/gcov_rtio.d
rm -f libapp_trace.a
xtensa-esp32-elf-ar cru libapp_trace.a ./app_trace.o ./host_file_io.o ./app_trace_util.o gcov/gcov_rtio.o
make[1]: Leaving directory '/d/Test/app_trace'
Target 'component-app_trace-build' responsible for 'D:/Test/app_trace/libapp_trace.a'
make -C D:/Test/app_update -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/app_update/component.mk COMPONENT_NAME=app_update build
make[1]: Entering directory '/d/Test/app_update'
App "hello-world" version: v3.3-beta1-328-gabea9e4c0-dirty
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -D PROJECT_VER=\""v3.3-beta1-328-gabea9e4c0-dirty"\" -D PROJECT_NAME=\""hello-world"\" -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/app_update/esp_app_desc.c -o esp_app_desc.o
echo "/home/esp-idf/components/app_update/./esp_app_desc.c:" >> esp_app_desc.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/app_update/esp_ota_ops.c -o esp_ota_ops.o
echo "/home/esp-idf/components/app_update/./esp_ota_ops.c:" >> esp_ota_ops.d
rm -f libapp_update.a
xtensa-esp32-elf-ar cru libapp_update.a ./esp_app_desc.o ./esp_ota_ops.o
make[1]: Leaving directory '/d/Test/app_update'
Target 'component-app_update-build' responsible for 'D:/Test/app_update/libapp_update.a'
make -C D:/Test/asio -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/asio/component.mk COMPONENT_NAME=asio build
make[1]: Entering directory '/d/Test/asio'
mkdir -p asio/asio/src
xtensa-esp32-elf-c++ -std=gnu++11 -fno-rtti -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -fno-exceptions -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/asio/private_include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I asio/asio/src -c /home/esp-idf/components/asio/asio/asio/src/asio.cpp -o asio/asio/src/asio.o
echo "/home/esp-idf/components/asio/asio/asio/src/asio.cpp:" >> asio/asio/src/asio.d
rm -f libasio.a
xtensa-esp32-elf-ar cru libasio.a asio/asio/src/asio.o
make[1]: Leaving directory '/d/Test/asio'
Target 'component-asio-build' responsible for 'D:/Test/asio/libasio.a'
make -C D:/Test/aws_iot -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/aws_iot/component.mk COMPONENT_NAME=aws_iot build
make[1]: Entering directory '/d/Test/aws_iot'
rm -f libaws_iot.a
xtensa-esp32-elf-ar cru libaws_iot.a
make[1]: Leaving directory '/d/Test/aws_iot'
Target 'component-aws_iot-build' responsible for 'D:/Test/aws_iot/libaws_iot.a'
make -C D:/Test/bootloader_support -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/bootloader_support/component.mk COMPONENT_NAME=bootloader_support build
make[1]: Entering directory '/d/Test/bootloader_support'
mkdir -p src
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_random.c -o src/bootloader_random.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_random.c:" >> src/bootloader_random.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/flash_encrypt.c -o src/flash_encrypt.o
echo "/home/esp-idf/components/bootloader_support/src/flash_encrypt.c:" >> src/flash_encrypt.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_sha.c -o src/bootloader_sha.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_sha.c:" >> src/bootloader_sha.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/esp_image_format.c -o src/esp_image_format.o
echo "/home/esp-idf/components/bootloader_support/src/esp_image_format.c:" >> src/esp_image_format.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/flash_partitions.c -o src/flash_partitions.o
echo "/home/esp-idf/components/bootloader_support/src/flash_partitions.c:" >> src/flash_partitions.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/secure_boot_signatures.c -o src/secure_boot_signatures.o
echo "/home/esp-idf/components/bootloader_support/src/secure_boot_signatures.c:" >> src/secure_boot_signatures.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_clock.c -o src/bootloader_clock.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_clock.c:" >> src/bootloader_clock.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/secure_boot.c -o src/secure_boot.o
echo "/home/esp-idf/components/bootloader_support/src/secure_boot.c:" >> src/secure_boot.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_common.c -o src/bootloader_common.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_common.c:" >> src/bootloader_common.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_utility.c -o src/bootloader_utility.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_utility.c:" >> src/bootloader_utility.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/efuse.c -o src/efuse.o
echo "/home/esp-idf/components/bootloader_support/src/efuse.c:" >> src/efuse.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/flash_qio_mode.c -o src/flash_qio_mode.o
echo "/home/esp-idf/components/bootloader_support/src/flash_qio_mode.c:" >> src/flash_qio_mode.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bootloader_support/include_bootloader -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/bootloader_support/src/bootloader_flash.c -o src/bootloader_flash.o
echo "/home/esp-idf/components/bootloader_support/src/bootloader_flash.c:" >> src/bootloader_flash.d
rm -f libbootloader_support.a
xtensa-esp32-elf-ar cru libbootloader_support.a src/bootloader_random.o src/flash_encrypt.o src/bootloader_sha.o src/esp_image_format.o src/flash_partitions.o src/secure_boot_signatures.o src/bootloader_clock.o src/secure_boot.o src/bootloader_common.o src/bootloader_utility.o src/efuse.o src/flash_qio_mode.o src/bootloader_flash.o
make[1]: Leaving directory '/d/Test/bootloader_support'
Target 'component-bootloader_support-build' responsible for 'D:/Test/bootloader_support/libbootloader_support.a'
make -C D:/Test/bt -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/bt/component.mk COMPONENT_NAME=bt build
make[1]: Entering directory '/d/Test/bt'
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/bt/bt.c -o bt.o
echo "/home/esp-idf/components/bt/./bt.c:" >> bt.d
rm -f libbt.a
xtensa-esp32-elf-ar cru libbt.a ./bt.o
make[1]: Leaving directory '/d/Test/bt'
Target 'component-bt-build' responsible for 'D:/Test/bt/libbt.a'
make -C D:/Test/coap -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/coap/component.mk COMPONENT_NAME=coap build
make[1]: Entering directory '/d/Test/coap'
mkdir -p libcoap/src
mkdir -p port
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/address.c -o libcoap/src/address.o
echo "/home/esp-idf/components/coap/libcoap/src/address.c:" >> libcoap/src/address.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/async.c -o libcoap/src/async.o
echo "/home/esp-idf/components/coap/libcoap/src/async.c:" >> libcoap/src/async.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/block.c -o libcoap/src/block.o
echo "/home/esp-idf/components/coap/libcoap/src/block.c:" >> libcoap/src/block.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/coap_time.c -o libcoap/src/coap_time.o
echo "/home/esp-idf/components/coap/libcoap/src/coap_time.c:" >> libcoap/src/coap_time.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -Wno-write-strings -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/debug.c -o libcoap/src/debug.o
echo "/home/esp-idf/components/coap/libcoap/src/debug.c:" >> libcoap/src/debug.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/encode.c -o libcoap/src/encode.o
echo "/home/esp-idf/components/coap/libcoap/src/encode.c:" >> libcoap/src/encode.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/hashkey.c -o libcoap/src/hashkey.o
echo "/home/esp-idf/components/coap/libcoap/src/hashkey.c:" >> libcoap/src/hashkey.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/mem.c -o libcoap/src/mem.o
echo "/home/esp-idf/components/coap/libcoap/src/mem.c:" >> libcoap/src/mem.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/net.c -o libcoap/src/net.o
echo "/home/esp-idf/components/coap/libcoap/src/net.c:" >> libcoap/src/net.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/option.c -o libcoap/src/option.o
echo "/home/esp-idf/components/coap/libcoap/src/option.c:" >> libcoap/src/option.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -Wno-write-strings -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/pdu.c -o libcoap/src/pdu.o
echo "/home/esp-idf/components/coap/libcoap/src/pdu.c:" >> libcoap/src/pdu.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/resource.c -o libcoap/src/resource.o
echo "/home/esp-idf/components/coap/libcoap/src/resource.c:" >> libcoap/src/resource.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/str.c -o libcoap/src/str.o
echo "/home/esp-idf/components/coap/libcoap/src/str.c:" >> libcoap/src/str.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/subscribe.c -o libcoap/src/subscribe.o
echo "/home/esp-idf/components/coap/libcoap/src/subscribe.c:" >> libcoap/src/subscribe.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libcoap/src -c /home/esp-idf/components/coap/libcoap/src/uri.c -o libcoap/src/uri.o
echo "/home/esp-idf/components/coap/libcoap/src/uri.c:" >> libcoap/src/uri.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I port -c /home/esp-idf/components/coap/port/coap_io_socket.c -o port/coap_io_socket.o
echo "/home/esp-idf/components/coap/port/coap_io_socket.c:" >> port/coap_io_socket.d
rm -f libcoap.a
xtensa-esp32-elf-ar cru libcoap.a libcoap/src/address.o libcoap/src/async.o libcoap/src/block.o libcoap/src/coap_time.o libcoap/src/debug.o libcoap/src/encode.o libcoap/src/hashkey.o libcoap/src/mem.o libcoap/src/net.o libcoap/src/option.o libcoap/src/pdu.o libcoap/src/resource.o libcoap/src/str.o libcoap/src/subscribe.o libcoap/src/uri.o port/coap_io_socket.o
make[1]: Leaving directory '/d/Test/coap'
Target 'component-coap-build' responsible for 'D:/Test/coap/libcoap.a'
make -C D:/Test/console -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/console/component.mk COMPONENT_NAME=console build
make[1]: Entering directory '/d/Test/console'
mkdir -p linenoise
mkdir -p argtable3
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/console -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I linenoise -c /home/esp-idf/components/console/linenoise/linenoise.c -o linenoise/linenoise.o
echo "/home/esp-idf/components/console/linenoise/linenoise.c:" >> linenoise/linenoise.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/console -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I argtable3 -c /home/esp-idf/components/console/argtable3/argtable3.c -o argtable3/argtable3.o
echo "/home/esp-idf/components/console/argtable3/argtable3.c:" >> argtable3/argtable3.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/console -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/console/commands.c -o commands.o
echo "/home/esp-idf/components/console/./commands.c:" >> commands.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/console -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/console/split_argv.c -o split_argv.o
echo "/home/esp-idf/components/console/./split_argv.c:" >> split_argv.d
rm -f libconsole.a
xtensa-esp32-elf-ar cru libconsole.a linenoise/linenoise.o argtable3/argtable3.o ./commands.o ./split_argv.o
make[1]: Leaving directory '/d/Test/console'
Target 'component-console-build' responsible for 'D:/Test/console/libconsole.a'
make -C D:/Test/cxx -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/cxx/component.mk COMPONENT_NAME=cxx build
make[1]: Entering directory '/d/Test/cxx'
xtensa-esp32-elf-c++ -std=gnu++11 -fno-rtti -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -fno-exceptions -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/cxx/cxx_exception_stubs.cpp -o cxx_exception_stubs.o
echo "/home/esp-idf/components/cxx/./cxx_exception_stubs.cpp:" >> cxx_exception_stubs.d
xtensa-esp32-elf-c++ -std=gnu++11 -fno-rtti -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -fno-exceptions -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/cxx/cxx_guards.cpp -o cxx_guards.o
echo "/home/esp-idf/components/cxx/./cxx_guards.cpp:" >> cxx_guards.d
rm -f libcxx.a
xtensa-esp32-elf-ar cru libcxx.a ./cxx_exception_stubs.o ./cxx_guards.o
make[1]: Leaving directory '/d/Test/cxx'
Target 'component-cxx-build' responsible for 'D:/Test/cxx/libcxx.a'
make -C D:/Test/driver -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/driver/component.mk COMPONENT_NAME=driver build
make[1]: Entering directory '/d/Test/driver'
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/rtc_module.c -o rtc_module.o
echo "/home/esp-idf/components/driver/./rtc_module.c:" >> rtc_module.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/i2c.c -o i2c.o
echo "/home/esp-idf/components/driver/./i2c.c:" >> i2c.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/sdmmc_host.c -o sdmmc_host.o
echo "/home/esp-idf/components/driver/./sdmmc_host.c:" >> sdmmc_host.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/spi_slave.c -o spi_slave.o
echo "/home/esp-idf/components/driver/./spi_slave.c:" >> spi_slave.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/can.c -o can.o
echo "/home/esp-idf/components/driver/./can.c:" >> can.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/sdmmc_transaction.c -o sdmmc_transaction.o
echo "/home/esp-idf/components/driver/./sdmmc_transaction.c:" >> sdmmc_transaction.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/mcpwm.c -o mcpwm.o
echo "/home/esp-idf/components/driver/./mcpwm.c:" >> mcpwm.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/rmt.c -o rmt.o
echo "/home/esp-idf/components/driver/./rmt.c:" >> rmt.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/sdspi_crc.c -o sdspi_crc.o
echo "/home/esp-idf/components/driver/./sdspi_crc.c:" >> sdspi_crc.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/pcnt.c -o pcnt.o
echo "/home/esp-idf/components/driver/./pcnt.c:" >> pcnt.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/timer.c -o timer.o
echo "/home/esp-idf/components/driver/./timer.c:" >> timer.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/gpio.c -o gpio.o
echo "/home/esp-idf/components/driver/./gpio.c:" >> gpio.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/sdspi_host.c -o sdspi_host.o
echo "/home/esp-idf/components/driver/./sdspi_host.c:" >> sdspi_host.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/ledc.c -o ledc.o
echo "/home/esp-idf/components/driver/./ledc.c:" >> ledc.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/periph_ctrl.c -o periph_ctrl.o
echo "/home/esp-idf/components/driver/./periph_ctrl.c:" >> periph_ctrl.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/i2s.c -o i2s.o
echo "/home/esp-idf/components/driver/./i2s.c:" >> i2s.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/sdio_slave.c -o sdio_slave.o
echo "/home/esp-idf/components/driver/./sdio_slave.c:" >> sdio_slave.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/sdspi_transaction.c -o sdspi_transaction.o
echo "/home/esp-idf/components/driver/./sdspi_transaction.c:" >> sdspi_transaction.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/uart.c -o uart.o
echo "/home/esp-idf/components/driver/./uart.c:" >> uart.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/sigmadelta.c -o sigmadelta.o
echo "/home/esp-idf/components/driver/./sigmadelta.c:" >> sigmadelta.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/spi_master.c -o spi_master.o
echo "/home/esp-idf/components/driver/./spi_master.c:" >> spi_master.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/driver/include/driver -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/driver/spi_common.c -o spi_common.o
echo "/home/esp-idf/components/driver/./spi_common.c:" >> spi_common.d
rm -f libdriver.a
xtensa-esp32-elf-ar cru libdriver.a ./rtc_module.o ./i2c.o ./sdmmc_host.o ./spi_slave.o ./can.o ./sdmmc_transaction.o ./mcpwm.o ./rmt.o ./sdspi_crc.o ./pcnt.o ./timer.o ./gpio.o ./sdspi_host.o ./ledc.o ./periph_ctrl.o ./i2s.o ./sdio_slave.o ./sdspi_transaction.o ./uart.o ./sigmadelta.o ./spi_master.o ./spi_common.o
make[1]: Leaving directory '/d/Test/driver'
Target 'component-driver-build' responsible for 'D:/Test/driver/libdriver.a'
make -C D:/Test/esp-tls -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp-tls/component.mk COMPONENT_NAME=esp-tls build
make[1]: Entering directory '/d/Test/esp-tls'
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp-tls/esp_tls.c -o esp_tls.o
echo "/home/esp-idf/components/esp-tls/./esp_tls.c:" >> esp_tls.d
rm -f libesp-tls.a
xtensa-esp32-elf-ar cru libesp-tls.a ./esp_tls.o
make[1]: Leaving directory '/d/Test/esp-tls'
Target 'component-esp-tls-build' responsible for 'D:/Test/esp-tls/libesp-tls.a'
make -C D:/Test/esp32 -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp32/component.mk COMPONENT_NAME=esp32 build
make[1]: Entering directory '/d/Test/esp32'
mkdir -p hwcrypto
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/restore.c -o restore.o
echo "/home/esp-idf/components/esp32/./restore.c:" >> restore.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/int_wdt.c -o int_wdt.o
echo "/home/esp-idf/components/esp32/./int_wdt.c:" >> int_wdt.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/brownout.c -o brownout.o
echo "/home/esp-idf/components/esp32/./brownout.c:" >> brownout.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/system_api.c -o system_api.o
echo "/home/esp-idf/components/esp32/./system_api.c:" >> system_api.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/esp_himem.c -o esp_himem.o
echo "/home/esp-idf/components/esp32/./esp_himem.c:" >> esp_himem.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/dport_access.c -o dport_access.o
echo "/home/esp-idf/components/esp32/./dport_access.c:" >> dport_access.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/esp_timer.c -o esp_timer.o
echo "/home/esp-idf/components/esp32/./esp_timer.c:" >> esp_timer.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/hw_random.c -o hw_random.o
echo "/home/esp-idf/components/esp32/./hw_random.c:" >> hw_random.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/esp_err_to_name.c -o esp_err_to_name.o
echo "/home/esp-idf/components/esp32/./esp_err_to_name.c:" >> esp_err_to_name.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/pm_esp32.c -o pm_esp32.o
echo "/home/esp-idf/components/esp32/./pm_esp32.c:" >> pm_esp32.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/event_loop.c -o event_loop.o
echo "/home/esp-idf/components/esp32/./event_loop.c:" >> event_loop.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/pm_locks.c -o pm_locks.o
echo "/home/esp-idf/components/esp32/./pm_locks.c:" >> pm_locks.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/fast_crypto_ops.c -o fast_crypto_ops.o
echo "/home/esp-idf/components/esp32/./fast_crypto_ops.c:" >> fast_crypto_ops.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/coexist.c -o coexist.o
echo "/home/esp-idf/components/esp32/./coexist.c:" >> coexist.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/core_dump.c -o core_dump.o
echo "/home/esp-idf/components/esp32/./core_dump.c:" >> core_dump.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/ets_timer_legacy.c -o ets_timer_legacy.o
echo "/home/esp-idf/components/esp32/./ets_timer_legacy.c:" >> ets_timer_legacy.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/wifi_os_adapter.c -o wifi_os_adapter.o
echo "/home/esp-idf/components/esp32/./wifi_os_adapter.c:" >> wifi_os_adapter.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/intr_alloc.c -o intr_alloc.o
echo "/home/esp-idf/components/esp32/./intr_alloc.c:" >> intr_alloc.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/ipc.c -o ipc.o
echo "/home/esp-idf/components/esp32/./ipc.c:" >> ipc.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/cache_err_int.c -o cache_err_int.o
echo "/home/esp-idf/components/esp32/./cache_err_int.c:" >> cache_err_int.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/wifi_init.c -o wifi_init.o
echo "/home/esp-idf/components/esp32/./wifi_init.c:" >> wifi_init.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/freertos_hooks.c -o freertos_hooks.o
echo "/home/esp-idf/components/esp32/./freertos_hooks.c:" >> freertos_hooks.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/clk.c -o clk.o
echo "/home/esp-idf/components/esp32/./clk.c:" >> clk.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/spiram_psram.c -o spiram_psram.o
echo "/home/esp-idf/components/esp32/./spiram_psram.c:" >> spiram_psram.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/esp_timer_esp32.c -o esp_timer_esp32.o
echo "/home/esp-idf/components/esp32/./esp_timer_esp32.c:" >> esp_timer_esp32.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/lib_printf.c -o lib_printf.o
echo "/home/esp-idf/components/esp32/./lib_printf.c:" >> lib_printf.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/pm_trace.c -o pm_trace.o
echo "/home/esp-idf/components/esp32/./pm_trace.c:" >> pm_trace.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/phy_init.c -o phy_init.o
echo "/home/esp-idf/components/esp32/./phy_init.c:" >> phy_init.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/crosscore_int.c -o crosscore_int.o
echo "/home/esp-idf/components/esp32/./crosscore_int.c:" >> crosscore_int.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/gdbstub.c -o gdbstub.o
echo "/home/esp-idf/components/esp32/./gdbstub.c:" >> gdbstub.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/cache_sram_mmu.c -o cache_sram_mmu.o
echo "/home/esp-idf/components/esp32/./cache_sram_mmu.c:" >> cache_sram_mmu.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/cpu_start.c -o cpu_start.o
echo "/home/esp-idf/components/esp32/./cpu_start.c:" >> cpu_start.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/spiram.c -o spiram.o
echo "/home/esp-idf/components/esp32/./spiram.c:" >> spiram.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/dbg_stubs.c -o dbg_stubs.o
echo "/home/esp-idf/components/esp32/./dbg_stubs.c:" >> dbg_stubs.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/sleep_modes.c -o sleep_modes.o
echo "/home/esp-idf/components/esp32/./sleep_modes.c:" >> sleep_modes.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/task_wdt.c -o task_wdt.o
echo "/home/esp-idf/components/esp32/./task_wdt.c:" >> task_wdt.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/event_default_handlers.c -o event_default_handlers.o
echo "/home/esp-idf/components/esp32/./event_default_handlers.c:" >> event_default_handlers.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/reset_reason.c -o reset_reason.o
echo "/home/esp-idf/components/esp32/./reset_reason.c:" >> reset_reason.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/stack_check.c -o stack_check.o
echo "/home/esp-idf/components/esp32/./stack_check.c:" >> stack_check.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/panic.c -o panic.o
echo "/home/esp-idf/components/esp32/./panic.c:" >> panic.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I hwcrypto -c /home/esp-idf/components/esp32/hwcrypto/aes.c -o hwcrypto/aes.o
echo "/home/esp-idf/components/esp32/hwcrypto/aes.c:" >> hwcrypto/aes.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I hwcrypto -c /home/esp-idf/components/esp32/hwcrypto/sha.c -o hwcrypto/sha.o
echo "/home/esp-idf/components/esp32/hwcrypto/sha.c:" >> hwcrypto/sha.d
xtensa-esp32-elf-gcc -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -ggdb -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp32/dport_panic_highint_hdl.S -o dport_panic_highint_hdl.o
echo "/home/esp-idf/components/esp32/./dport_panic_highint_hdl.S:" >> dport_panic_highint_hdl.d
xtensa-esp32-elf-gcc -I ../include -C -P -x c -E /home/esp-idf/components/esp32/ld/esp32.ld -o esp32_out.ld
rm -f libesp32.a
xtensa-esp32-elf-ar cru libesp32.a ./restore.o ./int_wdt.o ./brownout.o ./system_api.o ./esp_himem.o ./dport_access.o ./esp_timer.o ./hw_random.o ./esp_err_to_name.o ./pm_esp32.o ./event_loop.o ./pm_locks.o ./fast_crypto_ops.o ./coexist.o ./core_dump.o ./ets_timer_legacy.o ./wifi_os_adapter.o ./intr_alloc.o ./ipc.o ./cache_err_int.o ./wifi_init.o ./freertos_hooks.o ./clk.o ./spiram_psram.o ./esp_timer_esp32.o ./lib_printf.o ./pm_trace.o ./phy_init.o ./crosscore_int.o ./gdbstub.o ./cache_sram_mmu.o ./cpu_start.o ./spiram.o ./dbg_stubs.o ./sleep_modes.o ./task_wdt.o ./event_default_handlers.o ./reset_reason.o ./stack_check.o ./panic.o hwcrypto/aes.o hwcrypto/sha.o ./dport_panic_highint_hdl.o
make[1]: Leaving directory '/d/Test/esp32'
Target 'component-esp32-build' responsible for 'D:/Test/esp32/libesp32.a'
make -C D:/Test/esp_adc_cal -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_adc_cal/component.mk COMPONENT_NAME=esp_adc_cal build
make[1]: Entering directory '/d/Test/esp_adc_cal'
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp_adc_cal/esp_adc_cal.c -o esp_adc_cal.o
echo "/home/esp-idf/components/esp_adc_cal/./esp_adc_cal.c:" >> esp_adc_cal.d
rm -f libesp_adc_cal.a
xtensa-esp32-elf-ar cru libesp_adc_cal.a ./esp_adc_cal.o
make[1]: Leaving directory '/d/Test/esp_adc_cal'
Target 'component-esp_adc_cal-build' responsible for 'D:/Test/esp_adc_cal/libesp_adc_cal.a'
make -C D:/Test/esp_event -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_event/component.mk COMPONENT_NAME=esp_event build
make[1]: Entering directory '/d/Test/esp_event'
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_event/private_include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp_event/esp_event_private.c -o esp_event_private.o
echo "/home/esp-idf/components/esp_event/./esp_event_private.c:" >> esp_event_private.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_event/private_include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp_event/esp_event.c -o esp_event.o
echo "/home/esp-idf/components/esp_event/./esp_event.c:" >> esp_event.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_event/private_include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp_event/default_event_loop.c -o default_event_loop.o
echo "/home/esp-idf/components/esp_event/./default_event_loop.c:" >> default_event_loop.d
rm -f libesp_event.a
xtensa-esp32-elf-ar cru libesp_event.a ./esp_event_private.o ./esp_event.o ./default_event_loop.o
make[1]: Leaving directory '/d/Test/esp_event'
Target 'component-esp_event-build' responsible for 'D:/Test/esp_event/libesp_event.a'
make -C D:/Test/esp_http_client -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_http_client/component.mk COMPONENT_NAME=esp_http_client build
make[1]: Entering directory '/d/Test/esp_http_client'
mkdir -p lib
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_http_client/lib/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp_http_client/esp_http_client.c -o esp_http_client.o
echo "/home/esp-idf/components/esp_http_client/./esp_http_client.c:" >> esp_http_client.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_http_client/lib/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I lib -c /home/esp-idf/components/esp_http_client/lib/http_utils.c -o lib/http_utils.o
echo "/home/esp-idf/components/esp_http_client/lib/http_utils.c:" >> lib/http_utils.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_http_client/lib/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I lib -c /home/esp-idf/components/esp_http_client/lib/http_auth.c -o lib/http_auth.o
echo "/home/esp-idf/components/esp_http_client/lib/http_auth.c:" >> lib/http_auth.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_http_client/lib/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I lib -c /home/esp-idf/components/esp_http_client/lib/http_header.c -o lib/http_header.o
echo "/home/esp-idf/components/esp_http_client/lib/http_header.c:" >> lib/http_header.d
rm -f libesp_http_client.a
xtensa-esp32-elf-ar cru libesp_http_client.a ./esp_http_client.o lib/http_utils.o lib/http_auth.o lib/http_header.o
make[1]: Leaving directory '/d/Test/esp_http_client'
Target 'component-esp_http_client-build' responsible for 'D:/Test/esp_http_client/libesp_http_client.a'
make -C D:/Test/esp_http_server -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_http_server/component.mk COMPONENT_NAME=esp_http_server build
make[1]: Entering directory '/d/Test/esp_http_server'
mkdir -p src
mkdir -p src/util
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_http_server/src/port/esp32 -I /home/esp-idf/components/esp_http_server/src/util -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/esp_http_server/src/httpd_sess.c -o src/httpd_sess.o
echo "/home/esp-idf/components/esp_http_server/src/httpd_sess.c:" >> src/httpd_sess.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_http_server/src/port/esp32 -I /home/esp-idf/components/esp_http_server/src/util -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/esp_http_server/src/httpd_parse.c -o src/httpd_parse.o
echo "/home/esp-idf/components/esp_http_server/src/httpd_parse.c:" >> src/httpd_parse.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_http_server/src/port/esp32 -I /home/esp-idf/components/esp_http_server/src/util -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/esp_http_server/src/httpd_uri.c -o src/httpd_uri.o
echo "/home/esp-idf/components/esp_http_server/src/httpd_uri.c:" >> src/httpd_uri.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_http_server/src/port/esp32 -I /home/esp-idf/components/esp_http_server/src/util -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/esp_http_server/src/httpd_txrx.c -o src/httpd_txrx.o
echo "/home/esp-idf/components/esp_http_server/src/httpd_txrx.c:" >> src/httpd_txrx.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_http_server/src/port/esp32 -I /home/esp-idf/components/esp_http_server/src/util -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/esp_http_server/src/httpd_main.c -o src/httpd_main.o
echo "/home/esp-idf/components/esp_http_server/src/httpd_main.c:" >> src/httpd_main.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_http_server/src/port/esp32 -I /home/esp-idf/components/esp_http_server/src/util -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src/util -c /home/esp-idf/components/esp_http_server/src/util/ctrl_sock.c -o src/util/ctrl_sock.o
echo "/home/esp-idf/components/esp_http_server/src/util/ctrl_sock.c:" >> src/util/ctrl_sock.d
rm -f libesp_http_server.a
xtensa-esp32-elf-ar cru libesp_http_server.a src/httpd_sess.o src/httpd_parse.o src/httpd_uri.o src/httpd_txrx.o src/httpd_main.o src/util/ctrl_sock.o
make[1]: Leaving directory '/d/Test/esp_http_server'
Target 'component-esp_http_server-build' responsible for 'D:/Test/esp_http_server/libesp_http_server.a'
make -C D:/Test/esp_https_ota -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_https_ota/component.mk COMPONENT_NAME=esp_https_ota build
make[1]: Entering directory '/d/Test/esp_https_ota'
mkdir -p src
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/esp_https_ota/src/esp_https_ota.c -o src/esp_https_ota.o
echo "/home/esp-idf/components/esp_https_ota/src/esp_https_ota.c:" >> src/esp_https_ota.d
rm -f libesp_https_ota.a
xtensa-esp32-elf-ar cru libesp_https_ota.a src/esp_https_ota.o
make[1]: Leaving directory '/d/Test/esp_https_ota'
Target 'component-esp_https_ota-build' responsible for 'D:/Test/esp_https_ota/libesp_https_ota.a'
make -C D:/Test/esp_https_server -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_https_server/component.mk COMPONENT_NAME=esp_https_server build
make[1]: Entering directory '/d/Test/esp_https_server'
mkdir -p src
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/esp_https_server/src/https_server.c -o src/https_server.o
echo "/home/esp-idf/components/esp_https_server/src/https_server.c:" >> src/https_server.d
rm -f libesp_https_server.a
xtensa-esp32-elf-ar cru libesp_https_server.a src/https_server.o
make[1]: Leaving directory '/d/Test/esp_https_server'
Target 'component-esp_https_server-build' responsible for 'D:/Test/esp_https_server/libesp_https_server.a'
make -C D:/Test/esp_ringbuf -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/esp_ringbuf/component.mk COMPONENT_NAME=esp_ringbuf build
make[1]: Entering directory '/d/Test/esp_ringbuf'
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/esp_ringbuf/ringbuf.c -o ringbuf.o
echo "/home/esp-idf/components/esp_ringbuf/./ringbuf.c:" >> ringbuf.d
rm -f libesp_ringbuf.a
xtensa-esp32-elf-ar cru libesp_ringbuf.a ./ringbuf.o
make[1]: Leaving directory '/d/Test/esp_ringbuf'
Target 'component-esp_ringbuf-build' responsible for 'D:/Test/esp_ringbuf/libesp_ringbuf.a'
make -C D:/Test/ethernet -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/ethernet/component.mk COMPONENT_NAME=ethernet build
make[1]: Entering directory '/d/Test/ethernet'
mkdir -p eth_phy
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/ethernet/emac_main.c -o emac_main.o
echo "/home/esp-idf/components/ethernet/./emac_main.c:" >> emac_main.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/ethernet/emac_dev.c -o emac_dev.o
echo "/home/esp-idf/components/ethernet/./emac_dev.c:" >> emac_dev.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I eth_phy -c /home/esp-idf/components/ethernet/eth_phy/phy_tlk110.c -o eth_phy/phy_tlk110.o
echo "/home/esp-idf/components/ethernet/eth_phy/phy_tlk110.c:" >> eth_phy/phy_tlk110.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I eth_phy -c /home/esp-idf/components/ethernet/eth_phy/phy_ip101.c -o eth_phy/phy_ip101.o
echo "/home/esp-idf/components/ethernet/eth_phy/phy_ip101.c:" >> eth_phy/phy_ip101.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I eth_phy -c /home/esp-idf/components/ethernet/eth_phy/phy_lan8720.c -o eth_phy/phy_lan8720.o
echo "/home/esp-idf/components/ethernet/eth_phy/phy_lan8720.c:" >> eth_phy/phy_lan8720.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I eth_phy -c /home/esp-idf/components/ethernet/eth_phy/phy_common.c -o eth_phy/phy_common.o
echo "/home/esp-idf/components/ethernet/eth_phy/phy_common.c:" >> eth_phy/phy_common.d
rm -f libethernet.a
xtensa-esp32-elf-ar cru libethernet.a ./emac_main.o ./emac_dev.o eth_phy/phy_tlk110.o eth_phy/phy_ip101.o eth_phy/phy_lan8720.o eth_phy/phy_common.o
make[1]: Leaving directory '/d/Test/ethernet'
Target 'component-ethernet-build' responsible for 'D:/Test/ethernet/libethernet.a'
make -C D:/Test/expat -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/expat/component.mk COMPONENT_NAME=expat build
make[1]: Entering directory '/d/Test/expat'
mkdir -p expat/expat/lib
mkdir -p port
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I expat/expat/lib -c /home/esp-idf/components/expat/expat/expat/lib/xmltok_impl.c -o expat/expat/lib/xmltok_impl.o
echo "/home/esp-idf/components/expat/expat/expat/lib/xmltok_impl.c:" >> expat/expat/lib/xmltok_impl.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I expat/expat/lib -c /home/esp-idf/components/expat/expat/expat/lib/xmlrole.c -o expat/expat/lib/xmlrole.o
echo "/home/esp-idf/components/expat/expat/expat/lib/xmlrole.c:" >> expat/expat/lib/xmlrole.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I expat/expat/lib -c /home/esp-idf/components/expat/expat/expat/lib/xmlparse.c -o expat/expat/lib/xmlparse.o
echo "/home/esp-idf/components/expat/expat/expat/lib/xmlparse.c:" >> expat/expat/lib/xmlparse.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I expat/expat/lib -c /home/esp-idf/components/expat/expat/expat/lib/xmltok.c -o expat/expat/lib/xmltok.o
echo "/home/esp-idf/components/expat/expat/expat/lib/xmltok.c:" >> expat/expat/lib/xmltok.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I expat/expat/lib -c /home/esp-idf/components/expat/expat/expat/lib/xmltok_ns.c -o expat/expat/lib/xmltok_ns.o
echo "/home/esp-idf/components/expat/expat/expat/lib/xmltok_ns.c:" >> expat/expat/lib/xmltok_ns.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I expat/expat/lib -c /home/esp-idf/components/expat/expat/expat/lib/loadlibrary.c -o expat/expat/lib/loadlibrary.o
echo "/home/esp-idf/components/expat/expat/expat/lib/loadlibrary.c:" >> expat/expat/lib/loadlibrary.d
rm -f libexpat.a
xtensa-esp32-elf-ar cru libexpat.a expat/expat/lib/xmltok_impl.o expat/expat/lib/xmlrole.o expat/expat/lib/xmlparse.o expat/expat/lib/xmltok.o expat/expat/lib/xmltok_ns.o expat/expat/lib/loadlibrary.o
make[1]: Leaving directory '/d/Test/expat'
Target 'component-expat-build' responsible for 'D:/Test/expat/libexpat.a'
make -C D:/Test/fatfs -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/fatfs/component.mk COMPONENT_NAME=fatfs build
make[1]: Entering directory '/d/Test/fatfs'
mkdir -p src/option
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/fatfs/src/diskio.c -o src/diskio.o
echo "/home/esp-idf/components/fatfs/src/diskio.c:" >> src/diskio.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/fatfs/src/vfs_fat.c -o src/vfs_fat.o
echo "/home/esp-idf/components/fatfs/src/vfs_fat.c:" >> src/vfs_fat.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/fatfs/src/vfs_fat_spiflash.c -o src/vfs_fat_spiflash.o
echo "/home/esp-idf/components/fatfs/src/vfs_fat_spiflash.c:" >> src/vfs_fat_spiflash.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/fatfs/src/diskio_sdmmc.c -o src/diskio_sdmmc.o
echo "/home/esp-idf/components/fatfs/src/diskio_sdmmc.c:" >> src/diskio_sdmmc.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/fatfs/src/vfs_fat_sdmmc.c -o src/vfs_fat_sdmmc.o
echo "/home/esp-idf/components/fatfs/src/vfs_fat_sdmmc.c:" >> src/vfs_fat_sdmmc.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/fatfs/src/diskio_rawflash.c -o src/diskio_rawflash.o
echo "/home/esp-idf/components/fatfs/src/diskio_rawflash.c:" >> src/diskio_rawflash.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/fatfs/src/ffunicode.c -o src/ffunicode.o
echo "/home/esp-idf/components/fatfs/src/ffunicode.c:" >> src/ffunicode.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/fatfs/src/ff.c -o src/ff.o
echo "/home/esp-idf/components/fatfs/src/ff.c:" >> src/ff.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/fatfs/src/diskio_wl.c -o src/diskio_wl.o
echo "/home/esp-idf/components/fatfs/src/diskio_wl.c:" >> src/diskio_wl.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src -c /home/esp-idf/components/fatfs/src/ffsystem.c -o src/ffsystem.o
echo "/home/esp-idf/components/fatfs/src/ffsystem.c:" >> src/ffsystem.d
rm -f libfatfs.a
xtensa-esp32-elf-ar cru libfatfs.a src/diskio.o src/vfs_fat.o src/vfs_fat_spiflash.o src/diskio_sdmmc.o src/vfs_fat_sdmmc.o src/diskio_rawflash.o src/ffunicode.o src/ff.o src/diskio_wl.o src/ffsystem.o
make[1]: Leaving directory '/d/Test/fatfs'
Target 'component-fatfs-build' responsible for 'D:/Test/fatfs/libfatfs.a'
make -C D:/Test/freemodbus -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/freemodbus/component.mk COMPONENT_NAME=freemodbus build
make[1]: Entering directory '/d/Test/freemodbus'
mkdir -p modbus
mkdir -p port
mkdir -p modbus/ascii
mkdir -p modbus/functions
mkdir -p modbus/rtu
mkdir -p modbus_controller
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I modbus -c /home/esp-idf/components/freemodbus/modbus/mb.c -o modbus/mb.o
echo "/home/esp-idf/components/freemodbus/modbus/mb.c:" >> modbus/mb.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I port -c /home/esp-idf/components/freemodbus/port/portevent.c -o port/portevent.o
echo "/home/esp-idf/components/freemodbus/port/portevent.c:" >> port/portevent.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I port -c /home/esp-idf/components/freemodbus/port/portserial.c -o port/portserial.o
echo "/home/esp-idf/components/freemodbus/port/portserial.c:" >> port/portserial.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I port -c /home/esp-idf/components/freemodbus/port/porttimer.c -o port/porttimer.o
echo "/home/esp-idf/components/freemodbus/port/porttimer.c:" >> port/porttimer.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I port -c /home/esp-idf/components/freemodbus/port/portother.c -o port/portother.o
echo "/home/esp-idf/components/freemodbus/port/portother.c:" >> port/portother.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I modbus/ascii -c /home/esp-idf/components/freemodbus/modbus/ascii/mbascii.c -o modbus/ascii/mbascii.o
echo "/home/esp-idf/components/freemodbus/modbus/ascii/mbascii.c:" >> modbus/ascii/mbascii.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I modbus/functions -c /home/esp-idf/components/freemodbus/modbus/functions/mbutils.c -o modbus/functions/mbutils.o
echo "/home/esp-idf/components/freemodbus/modbus/functions/mbutils.c:" >> modbus/functions/mbutils.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I modbus/functions -c /home/esp-idf/components/freemodbus/modbus/functions/mbfunccoils.c -o modbus/functions/mbfunccoils.o
echo "/home/esp-idf/components/freemodbus/modbus/functions/mbfunccoils.c:" >> modbus/functions/mbfunccoils.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I modbus/functions -c /home/esp-idf/components/freemodbus/modbus/functions/mbfuncdiag.c -o modbus/functions/mbfuncdiag.o
echo "/home/esp-idf/components/freemodbus/modbus/functions/mbfuncdiag.c:" >> modbus/functions/mbfuncdiag.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I modbus/functions -c /home/esp-idf/components/freemodbus/modbus/functions/mbfuncother.c -o modbus/functions/mbfuncother.o
echo "/home/esp-idf/components/freemodbus/modbus/functions/mbfuncother.c:" >> modbus/functions/mbfuncother.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I modbus/functions -c /home/esp-idf/components/freemodbus/modbus/functions/mbfuncdisc.c -o modbus/functions/mbfuncdisc.o
echo "/home/esp-idf/components/freemodbus/modbus/functions/mbfuncdisc.c:" >> modbus/functions/mbfuncdisc.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I modbus/functions -c /home/esp-idf/components/freemodbus/modbus/functions/mbfuncinput.c -o modbus/functions/mbfuncinput.o
echo "/home/esp-idf/components/freemodbus/modbus/functions/mbfuncinput.c:" >> modbus/functions/mbfuncinput.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I modbus/functions -c /home/esp-idf/components/freemodbus/modbus/functions/mbfuncholding.c -o modbus/functions/mbfuncholding.o
echo "/home/esp-idf/components/freemodbus/modbus/functions/mbfuncholding.c:" >> modbus/functions/mbfuncholding.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I modbus/rtu -c /home/esp-idf/components/freemodbus/modbus/rtu/mbrtu.c -o modbus/rtu/mbrtu.o
echo "/home/esp-idf/components/freemodbus/modbus/rtu/mbrtu.c:" >> modbus/rtu/mbrtu.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I modbus/rtu -c /home/esp-idf/components/freemodbus/modbus/rtu/mbcrc.c -o modbus/rtu/mbcrc.o
echo "/home/esp-idf/components/freemodbus/modbus/rtu/mbcrc.c:" >> modbus/rtu/mbcrc.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freemodbus -I /home/esp-idf/components/freemodbus/modbus -I /home/esp-idf/components/freemodbus/port -I /home/esp-idf/components/freemodbus/modbus/ascii -I /home/esp-idf/components/freemodbus/modbus/functions -I /home/esp-idf/components/freemodbus/modbus/rtu -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I modbus_controller -c /home/esp-idf/components/freemodbus/modbus_controller/mbcontroller.c -o modbus_controller/mbcontroller.o
echo "/home/esp-idf/components/freemodbus/modbus_controller/mbcontroller.c:" >> modbus_controller/mbcontroller.d
rm -f libfreemodbus.a
xtensa-esp32-elf-ar cru libfreemodbus.a modbus/mb.o port/portevent.o port/portserial.o port/porttimer.o port/portother.o modbus/ascii/mbascii.o modbus/functions/mbutils.o modbus/functions/mbfunccoils.o modbus/functions/mbfuncdiag.o modbus/functions/mbfuncother.o modbus/functions/mbfuncdisc.o modbus/functions/mbfuncinput.o modbus/functions/mbfuncholding.o modbus/rtu/mbrtu.o modbus/rtu/mbcrc.o modbus_controller/mbcontroller.o
make[1]: Leaving directory '/d/Test/freemodbus'
Target 'component-freemodbus-build' responsible for 'D:/Test/freemodbus/libfreemodbus.a'
make -C D:/Test/freertos -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/freertos/component.mk COMPONENT_NAME=freertos build
make[1]: Entering directory '/d/Test/freertos'
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/xtensa_overlay_os_hook.c -o xtensa_overlay_os_hook.o
echo "/home/esp-idf/components/freertos/./xtensa_overlay_os_hook.c:" >> xtensa_overlay_os_hook.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/FreeRTOS-openocd.c -o FreeRTOS-openocd.o
echo "/home/esp-idf/components/freertos/./FreeRTOS-openocd.c:" >> FreeRTOS-openocd.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -D_ESP_FREERTOS_INTERNAL -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/timers.c -o timers.o
echo "/home/esp-idf/components/freertos/./timers.c:" >> timers.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -D_ESP_FREERTOS_INTERNAL -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/tasks.c -o tasks.o
echo "/home/esp-idf/components/freertos/./tasks.c:" >> tasks.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -D_ESP_FREERTOS_INTERNAL -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/event_groups.c -o event_groups.o
echo "/home/esp-idf/components/freertos/./event_groups.c:" >> event_groups.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/port.c -o port.o
echo "/home/esp-idf/components/freertos/./port.c:" >> port.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/xtensa_init.c -o xtensa_init.o
echo "/home/esp-idf/components/freertos/./xtensa_init.c:" >> xtensa_init.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/list.c -o list.o
echo "/home/esp-idf/components/freertos/./list.c:" >> list.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/croutine.c -o croutine.o
echo "/home/esp-idf/components/freertos/./croutine.c:" >> croutine.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -D_ESP_FREERTOS_INTERNAL -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/queue.c -o queue.o
echo "/home/esp-idf/components/freertos/./queue.c:" >> queue.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/xtensa_intr.c -o xtensa_intr.o
echo "/home/esp-idf/components/freertos/./xtensa_intr.c:" >> xtensa_intr.d
xtensa-esp32-elf-gcc -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -ggdb -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/portasm.S -o portasm.o
echo "/home/esp-idf/components/freertos/./portasm.S:" >> portasm.d
xtensa-esp32-elf-gcc -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -ggdb -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/xtensa_vector_defaults.S -o xtensa_vector_defaults.o
echo "/home/esp-idf/components/freertos/./xtensa_vector_defaults.S:" >> xtensa_vector_defaults.d
xtensa-esp32-elf-gcc -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -ggdb -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/xtensa_vectors.S -o xtensa_vectors.o
echo "/home/esp-idf/components/freertos/./xtensa_vectors.S:" >> xtensa_vectors.d
xtensa-esp32-elf-gcc -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -ggdb -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/xtensa_context.S -o xtensa_context.o
echo "/home/esp-idf/components/freertos/./xtensa_context.S:" >> xtensa_context.d
xtensa-esp32-elf-gcc -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -ggdb -I /home/esp-idf/components/freertos/include/freertos -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/freertos/xtensa_intr_asm.S -o xtensa_intr_asm.o
echo "/home/esp-idf/components/freertos/./xtensa_intr_asm.S:" >> xtensa_intr_asm.d
rm -f libfreertos.a
xtensa-esp32-elf-ar cru libfreertos.a ./xtensa_overlay_os_hook.o ./FreeRTOS-openocd.o ./timers.o ./tasks.o ./event_groups.o ./port.o ./xtensa_init.o ./list.o ./croutine.o ./queue.o ./xtensa_intr.o ./portasm.o ./xtensa_vector_defaults.o ./xtensa_vectors.o ./xtensa_context.o ./xtensa_intr_asm.o
make[1]: Leaving directory '/d/Test/freertos'
Target 'component-freertos-build' responsible for 'D:/Test/freertos/libfreertos.a'
make -C D:/Test/heap -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/heap/component.mk COMPONENT_NAME=heap build
make[1]: Entering directory '/d/Test/heap'
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/heap/heap_caps_init.c -o heap_caps_init.o
echo "/home/esp-idf/components/heap/./heap_caps_init.c:" >> heap_caps_init.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/heap/heap_caps.c -o heap_caps.o
echo "/home/esp-idf/components/heap/./heap_caps.c:" >> heap_caps.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/heap/multi_heap.c -o multi_heap.o
echo "/home/esp-idf/components/heap/./multi_heap.c:" >> multi_heap.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I . -c /home/esp-idf/components/heap/heap_trace.c -o heap_trace.o
echo "/home/esp-idf/components/heap/./heap_trace.c:" >> heap_trace.d
rm -f libheap.a
xtensa-esp32-elf-ar cru libheap.a heap_caps_init.o heap_caps.o multi_heap.o heap_trace.o
make[1]: Leaving directory '/d/Test/heap'
Target 'component-heap-build' responsible for 'D:/Test/heap/libheap.a'
make -C D:/Test/idf_test -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/idf_test/component.mk COMPONENT_NAME=idf_test build
make[1]: Entering directory '/d/Test/idf_test'
rm -f libidf_test.a
xtensa-esp32-elf-ar cru libidf_test.a
make[1]: Leaving directory '/d/Test/idf_test'
Target 'component-idf_test-build' responsible for 'D:/Test/idf_test/libidf_test.a'
make -C D:/Test/jsmn -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/jsmn/component.mk COMPONENT_NAME=jsmn build
make[1]: Entering directory '/d/Test/jsmn'
mkdir -p src/
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I src/ -c /home/esp-idf/components/jsmn/src/jsmn.c -o src//jsmn.o
echo "/home/esp-idf/components/jsmn/src//jsmn.c:" >> src//jsmn.d
rm -f libjsmn.a
xtensa-esp32-elf-ar cru libjsmn.a src//jsmn.o
make[1]: Leaving directory '/d/Test/jsmn'
Target 'component-jsmn-build' responsible for 'D:/Test/jsmn/libjsmn.a'
make -C D:/Test/json -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/json/component.mk COMPONENT_NAME=json build
make[1]: Entering directory '/d/Test/json'
mkdir -p cJSON
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I cJSON -c /home/esp-idf/components/json/cJSON/cJSON.c -o cJSON/cJSON.o
echo "/home/esp-idf/components/json/cJSON/cJSON.c:" >> cJSON/cJSON.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I cJSON -c /home/esp-idf/components/json/cJSON/cJSON_Utils.c -o cJSON/cJSON_Utils.o
echo "/home/esp-idf/components/json/cJSON/cJSON_Utils.c:" >> cJSON/cJSON_Utils.d
rm -f libjson.a
xtensa-esp32-elf-ar cru libjson.a cJSON/cJSON.o cJSON/cJSON_Utils.o
make[1]: Leaving directory '/d/Test/json'
Target 'component-json-build' responsible for 'D:/Test/json/libjson.a'
make -C D:/Test/libsodium -f /home/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/esp-idf/components/libsodium/component.mk COMPONENT_NAME=libsodium build
make[1]: Entering directory '/d/Test/libsodium'
mkdir -p port
mkdir -p libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium
mkdir -p libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium
mkdir -p libsodium/src/libsodium/crypto_auth
mkdir -p libsodium/src/libsodium/crypto_auth/hmacsha256
mkdir -p libsodium/src/libsodium/crypto_auth/hmacsha512
mkdir -p libsodium/src/libsodium/crypto_auth/hmacsha512256
mkdir -p libsodium/src/libsodium/crypto_box
mkdir -p libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305
mkdir -p libsodium/src/libsodium/crypto_core/curve25519/ref10
mkdir -p libsodium/src/libsodium/crypto_core/hchacha20
mkdir -p libsodium/src/libsodium/crypto_core/hsalsa20/ref2
mkdir -p libsodium/src/libsodium/crypto_core/salsa/ref
mkdir -p libsodium/src/libsodium/crypto_generichash
mkdir -p libsodium/src/libsodium/crypto_generichash/blake2b
mkdir -p libsodium/src/libsodium/crypto_generichash/blake2b/ref
mkdir -p libsodium/src/libsodium/crypto_hash
mkdir -p libsodium/src/libsodium/crypto_hash/sha256
mkdir -p libsodium/src/libsodium/crypto_hash/sha512
mkdir -p libsodium/src/libsodium/crypto_kdf/blake2b
mkdir -p libsodium/src/libsodium/crypto_kx
mkdir -p libsodium/src/libsodium/crypto_onetimeauth
mkdir -p libsodium/src/libsodium/crypto_onetimeauth/poly1305
mkdir -p libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna
mkdir -p libsodium/src/libsodium/crypto_pwhash/argon2
mkdir -p libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256
mkdir -p libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse
mkdir -p libsodium/src/libsodium/crypto_scalarmult
mkdir -p libsodium/src/libsodium/crypto_scalarmult/curve25519
mkdir -p libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10
mkdir -p libsodium/src/libsodium/crypto_secretbox
mkdir -p libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305
mkdir -p libsodium/src/libsodium/crypto_shorthash
mkdir -p libsodium/src/libsodium/crypto_shorthash/siphash24
mkdir -p libsodium/src/libsodium/crypto_shorthash/siphash24/ref
mkdir -p libsodium/src/libsodium/crypto_sign
mkdir -p libsodium/src/libsodium/crypto_sign/ed25519
mkdir -p libsodium/src/libsodium/crypto_sign/ed25519/ref10
mkdir -p libsodium/src/libsodium/crypto_stream/chacha20
mkdir -p libsodium/src/libsodium/crypto_stream/chacha20/ref
mkdir -p libsodium/src/libsodium/crypto_stream/salsa20
mkdir -p libsodium/src/libsodium/crypto_stream/salsa20/ref
mkdir -p libsodium/src/libsodium/crypto_stream/xsalsa20
mkdir -p libsodium/src/libsodium/crypto_verify/sodium
mkdir -p libsodium/src/libsodium/randombytes
mkdir -p libsodium/src/libsodium/sodium
mkdir -p port/crypto_hash_mbedtls
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DCONFIGURED -DNATIVE_LITTLE_ENDIAN -DHAVE_WEAK_SYMBOLS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I /home/esp-idf/components/libsodium/port_include/sodium -I /home/esp-idf/components/libsodium/port -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I port -c /home/esp-idf/components/libsodium/port/randombytes_esp32.c -o port/randombytes_esp32.o
echo "/home/esp-idf/components/libsodium/port/randombytes_esp32.c:" >> port/randombytes_esp32.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DCONFIGURED -DNATIVE_LITTLE_ENDIAN -DHAVE_WEAK_SYMBOLS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I /home/esp-idf/components/libsodium/port_include/sodium -I /home/esp-idf/components/libsodium/port -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium -c /home/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c -o libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.o
echo "/home/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c:" >> libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DCONFIGURED -DNATIVE_LITTLE_ENDIAN -DHAVE_WEAK_SYMBOLS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I /home/esp-idf/components/libsodium/port_include/sodium -I /home/esp-idf/components/libsodium/port -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/components/soc/esp32/include -I /home/esp-idf/components/soc/include -I /home/esp-idf/components/spi_flash/include -I /home/esp-idf/components/spiffs/include -I /home/esp-idf/components/tcp_transport/include -I /home/esp-idf/components/tcpip_adapter/include -I /home/esp-idf/components/ulp/include -I /home/esp-idf/components/unity/include -I /home/esp-idf/components/unity/unity/src -I /home/esp-idf/components/vfs/include -I /home/esp-idf/components/wear_levelling/include -I /home/esp-idf/components/wifi_provisioning/include -I /home/esp-idf/components/wpa_supplicant/include -I /home/esp-idf/components/wpa_supplicant/port/include -I /home/esp-idf/components/xtensa-debug-module/include -I D:/Test/include -I libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium -c /home/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c -o libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.o
echo "/home/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c:" >> libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.d
xtensa-esp32-elf-gcc -std=gnu99 -Og -ggdb -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -DCONFIGURED -DNATIVE_LITTLE_ENDIAN -DHAVE_WEAK_SYMBOLS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-328-gabea9e4c0-dirty\" -MMD -MP -DGCC_NOT_5_2_0=0 -DWITH_POSIX -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DUNITY_INCLUDE_CONFIG_H -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I /home/esp-idf/components/libsodium/port_include/sodium -I /home/esp-idf/components/libsodium/port -I /home/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/esp-idf/components/libsodium/port_include -I /home/esp-idf/components/app_trace/include -I /home/esp-idf/components/app_update/include -I /home/esp-idf/components/asio/asio/asio/include -I /home/esp-idf/components/asio/port/include -I /home/esp-idf/components/bootloader_support/include -I /home/esp-idf/components/bt/include -I /home/esp-idf/components/coap/port/include -I /home/esp-idf/components/coap/port/include/coap -I /home/esp-idf/components/coap/libcoap/include -I /home/esp-idf/components/coap/libcoap/include/coap -I /home/esp-idf/components/console -I /home/esp-idf/components/driver/include -I /home/esp-idf/components/esp-tls -I /home/esp-idf/components/esp32/include -I /home/esp-idf/components/esp_adc_cal/include -I /home/esp-idf/components/esp_event/include -I /home/esp-idf/components/esp_http_client/include -I /home/esp-idf/components/esp_http_server/include -I /home/esp-idf/components/esp_https_ota/include -I /home/esp-idf/components/esp_https_server/include -I /home/esp-idf/components/esp_ringbuf/include -I /home/esp-idf/components/ethernet/include -I /home/esp-idf/components/expat/expat/expat/lib -I /home/esp-idf/components/expat/port/include -I /home/esp-idf/components/fatfs/src -I /home/esp-idf/components/freemodbus/modbus/include -I /home/esp-idf/components/freemodbus/modbus_controller -I /home/esp-idf/components/freertos/include -I /home/esp-idf/components/heap/include -I /home/esp-idf/components/idf_test/include -I /home/esp-idf/components/jsmn/include -I /home/esp-idf/components/json/cJSON -I /home/esp-idf/components/log/include -I /home/esp-idf/components/lwip/include/apps -I /home/esp-idf/components/lwip/lwip/src/include -I /home/esp-idf/components/lwip/port/esp32/include -I /home/esp-idf/components/lwip/port/esp32/include/arch -I /home/esp-idf/components/lwip/include_compat -I /home/esp-idf/examples/get-started/hello_world/main/include -I /home/esp-idf/components/mbedtls/port/include -I /home/esp-idf/components/mbedtls/mbedtls/include -I /home/esp-idf/components/mdns/include -I /home/esp-idf/components/micro-ecc/micro-ecc -I /home/esp-idf/components/mqtt/esp-mqtt/include -I /home/esp-idf/components/newlib/platform_include -I /home/esp-idf/components/newlib/include -I /home/esp-idf/components/nghttp/port/include -I /home/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/esp-idf/components/nvs_flash/include -I /home/esp-idf/components/openssl/include -I /home/esp-idf/components/protobuf-c/protobuf-c -I /home/esp-idf/components/protocomm/include/common -I /home/esp-idf/components/protocomm/include/security -I /home/esp-idf/components/protocomm/include/transports -I /home/esp-idf/components/pthread/include -I /home/esp-idf/components/sdmmc/include -I /home/esp-idf/components/smartconfig_ack/include -I /home/esp-idf/compo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment