THISISMYPROGRAM

Untitled

Dec 18th, 2018
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 854.80 KB | None | 0 0
  1. 18:44:41 **** Build of configuration Default for project Hello-World ****
  2. make -j4 all
  3. including /home/brice/esp/esp-idf/components/app_update/Makefile.projbuild...
  4. including /home/brice/esp/esp-idf/components/bootloader/Makefile.projbuild...
  5. including /home/brice/esp/esp-idf/components/bootloader_support/Makefile.projbuild...
  6. including /home/brice/esp/esp-idf/components/coap/Makefile.projbuild...
  7. including /home/brice/esp/esp-idf/components/esp32/Makefile.projbuild...
  8. including /home/brice/esp/esp-idf/components/esptool_py/Makefile.projbuild...
  9. including /home/brice/esp/esp-idf/components/mbedtls/Makefile.projbuild...
  10. including /home/brice/esp/esp-idf/components/nghttp/Makefile.projbuild...
  11. including /home/brice/esp/esp-idf/components/partition_table/Makefile.projbuild...
  12. including /home/brice/esp/esp-idf/components/ulp/Makefile.projbuild...
  13. including /home/brice/esp/esp-idf/components/unity/Makefile.projbuild...
  14. Toolchain path: /home/brice/esp/xtensa-esp32-elf/bin//xtensa-esp32-elf-gcc
  15. Toolchain version: crosstool-ng-1.22.0-80-g6c4433a
  16. Compiler version: 5.2.0
  17. PROJECT_PATH= COMPONENT_DIRS= make -C /home/brice/esp/esp-idf/components/bootloader/subproject V=1 BUILD_DIR_BASE=/home/brice/esp/hello_world/build/bootloader TEST_COMPONENTS= TESTS_ALL= EXCLUDE_COMPONENTS= /home/brice/esp/hello_world/build/bootloader/bootloader.bin
  18. python /home/brice/esp/esp-idf/tools/check_python_dependencies.py
  19. make -C /home/brice/esp/hello_world/build/app_trace -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/app_trace/component.mk COMPONENT_NAME=app_trace build
  20. make -C /home/brice/esp/hello_world/build/app_update -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/app_update/component.mk COMPONENT_NAME=app_update build
  21. make[1]: Entering directory '/home/brice/esp/esp-idf/components/bootloader/subproject'
  22. make[1]: Entering directory '/home/brice/esp/hello_world/build/app_trace'
  23. make[1]: Nothing to be done for 'build'.
  24. make[1]: Leaving directory '/home/brice/esp/hello_world/build/app_trace'
  25. make -C /home/brice/esp/hello_world/build/asio -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/asio/component.mk COMPONENT_NAME=asio build
  26. make[1]: Entering directory '/home/brice/esp/hello_world/build/app_update'
  27. make[1]: Entering directory '/home/brice/esp/hello_world/build/asio'
  28. make[1]: Nothing to be done for 'build'.
  29. make[1]: Leaving directory '/home/brice/esp/hello_world/build/asio'
  30. make -C /home/brice/esp/hello_world/build/aws_iot -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/aws_iot/component.mk COMPONENT_NAME=aws_iot build
  31. fatal: not a git repository (or any of the parent directories): .git
  32. Project do not have git repo, it needs to get PROJECT_VER from `git describe` command.
  33. App "hello-world" version: ""
  34. make[1]: Entering directory '/home/brice/esp/hello_world/build/aws_iot'
  35. make[1]: Nothing to be done for 'build'.
  36. make[1]: Leaving directory '/home/brice/esp/hello_world/build/aws_iot'
  37. make -C /home/brice/esp/hello_world/build/bootloader_support -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/bootloader_support/component.mk COMPONENT_NAME=bootloader_support build
  38. 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-44-gda2116f55-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=\"""\" -D PROJECT_NAME=\"hello-world\" -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/app_update/esp_app_desc.c -o esp_app_desc.o
  39. make[1]: Entering directory '/home/brice/esp/hello_world/build/bootloader_support'
  40. make[1]: Nothing to be done for 'build'.
  41. make[1]: Leaving directory '/home/brice/esp/hello_world/build/bootloader_support'
  42. make -C /home/brice/esp/hello_world/build/bt -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/bt/component.mk COMPONENT_NAME=bt build
  43. make[1]: Entering directory '/home/brice/esp/hello_world/build/bt'
  44. make[1]: Nothing to be done for 'build'.
  45. make[1]: Leaving directory '/home/brice/esp/hello_world/build/bt'
  46. make -C /home/brice/esp/hello_world/build/coap -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/coap/component.mk COMPONENT_NAME=coap build
  47. echo "/home/brice/esp/esp-idf/components/app_update/./esp_app_desc.c:" >> esp_app_desc.d
  48. including /home/brice/esp/esp-idf/components/esptool_py/Makefile.projbuild...
  49. including /home/brice/esp/esp-idf/components/bootloader_support/Makefile.projbuild...
  50. including /home/brice/esp/esp-idf/components/bootloader/subproject/main/Makefile.projbuild...
  51. rm -f libapp_update.a
  52. make[1]: Entering directory '/home/brice/esp/hello_world/build/coap'
  53. make[1]: Nothing to be done for 'build'.
  54. make[1]: Leaving directory '/home/brice/esp/hello_world/build/coap'
  55. make -C /home/brice/esp/hello_world/build/console -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/console/component.mk COMPONENT_NAME=console build
  56. make[1]: Entering directory '/home/brice/esp/hello_world/build/console'
  57. make[1]: Nothing to be done for 'build'.
  58. make[1]: Leaving directory '/home/brice/esp/hello_world/build/console'
  59. make -C /home/brice/esp/hello_world/build/cxx -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/cxx/component.mk COMPONENT_NAME=cxx build
  60. xtensa-esp32-elf-ar cru libapp_update.a ./esp_ota_ops.o ./esp_app_desc.o
  61. make[1]: Entering directory '/home/brice/esp/hello_world/build/cxx'
  62. make[1]: Nothing to be done for 'build'.
  63. make[1]: Leaving directory '/home/brice/esp/hello_world/build/cxx'
  64. make -C /home/brice/esp/hello_world/build/driver -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/driver/component.mk COMPONENT_NAME=driver build
  65. make[1]: Entering directory '/home/brice/esp/hello_world/build/driver'
  66. make[1]: Nothing to be done for 'build'.
  67. make[1]: Leaving directory '/home/brice/esp/hello_world/build/driver'
  68. make[1]: Leaving directory '/home/brice/esp/hello_world/build/app_update'
  69. make -C /home/brice/esp/hello_world/build/esp-tls -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/esp-tls/component.mk COMPONENT_NAME=esp-tls build
  70. make -C /home/brice/esp/hello_world/build/esp32 -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/esp32/component.mk COMPONENT_NAME=esp32 build
  71. make[1]: Entering directory '/home/brice/esp/hello_world/build/esp-tls'
  72. make[1]: Nothing to be done for 'build'.
  73. make[1]: Leaving directory '/home/brice/esp/hello_world/build/esp-tls'
  74. make -C /home/brice/esp/hello_world/build/esp_adc_cal -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/esp_adc_cal/component.mk COMPONENT_NAME=esp_adc_cal build
  75. make[1]: Entering directory '/home/brice/esp/hello_world/build/esp_adc_cal'
  76. make[1]: Nothing to be done for 'build'.
  77. make[1]: Leaving directory '/home/brice/esp/hello_world/build/esp_adc_cal'
  78. make -C /home/brice/esp/hello_world/build/esp_event -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/esp_event/component.mk COMPONENT_NAME=esp_event build
  79. make[1]: Entering directory '/home/brice/esp/hello_world/build/esp_event'
  80. make[1]: Nothing to be done for 'build'.
  81. make[1]: Leaving directory '/home/brice/esp/hello_world/build/esp_event'
  82. make -C /home/brice/esp/hello_world/build/esp_http_client -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/esp_http_client/component.mk COMPONENT_NAME=esp_http_client build
  83. make[1]: Entering directory '/home/brice/esp/hello_world/build/esp32'
  84. make[1]: Nothing to be done for 'build'.
  85. make[1]: Leaving directory '/home/brice/esp/hello_world/build/esp32'
  86. make -C /home/brice/esp/hello_world/build/esp_http_server -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/esp_http_server/component.mk COMPONENT_NAME=esp_http_server build
  87. make[1]: Entering directory '/home/brice/esp/hello_world/build/esp_http_client'
  88. make[1]: Nothing to be done for 'build'.
  89. make[1]: Leaving directory '/home/brice/esp/hello_world/build/esp_http_client'
  90. make -C /home/brice/esp/hello_world/build/esp_https_ota -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/esp_https_ota/component.mk COMPONENT_NAME=esp_https_ota build
  91. make[1]: Entering directory '/home/brice/esp/hello_world/build/esp_https_ota'
  92. make[1]: Nothing to be done for 'build'.
  93. make[1]: Leaving directory '/home/brice/esp/hello_world/build/esp_https_ota'
  94. make -C /home/brice/esp/hello_world/build/esp_https_server -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/esp_https_server/component.mk COMPONENT_NAME=esp_https_server build
  95. make[1]: Entering directory '/home/brice/esp/hello_world/build/esp_https_server'
  96. make[1]: Nothing to be done for 'build'.
  97. make[1]: Leaving directory '/home/brice/esp/hello_world/build/esp_https_server'
  98. make -C /home/brice/esp/hello_world/build/esp_ringbuf -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/esp_ringbuf/component.mk COMPONENT_NAME=esp_ringbuf build
  99. make[1]: Entering directory '/home/brice/esp/hello_world/build/esp_http_server'
  100. make[1]: Nothing to be done for 'build'.
  101. make[1]: Leaving directory '/home/brice/esp/hello_world/build/esp_http_server'
  102. make -C /home/brice/esp/hello_world/build/ethernet -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/ethernet/component.mk COMPONENT_NAME=ethernet build
  103. make[1]: Entering directory '/home/brice/esp/hello_world/build/esp_ringbuf'
  104. make[1]: Nothing to be done for 'build'.
  105. make[1]: Leaving directory '/home/brice/esp/hello_world/build/esp_ringbuf'
  106. make -C /home/brice/esp/hello_world/build/expat -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/expat/component.mk COMPONENT_NAME=expat build
  107. make[1]: Entering directory '/home/brice/esp/hello_world/build/ethernet'
  108. make[1]: Nothing to be done for 'build'.
  109. make[1]: Leaving directory '/home/brice/esp/hello_world/build/ethernet'
  110. make -C /home/brice/esp/hello_world/build/fatfs -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/fatfs/component.mk COMPONENT_NAME=fatfs build
  111. make[1]: Entering directory '/home/brice/esp/hello_world/build/expat'
  112. make[1]: Nothing to be done for 'build'.
  113. make[1]: Leaving directory '/home/brice/esp/hello_world/build/expat'
  114. make -C /home/brice/esp/hello_world/build/freemodbus -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/freemodbus/component.mk COMPONENT_NAME=freemodbus build
  115. make[1]: Entering directory '/home/brice/esp/hello_world/build/fatfs'
  116. make[1]: Nothing to be done for 'build'.
  117. make[1]: Leaving directory '/home/brice/esp/hello_world/build/fatfs'
  118. make -C /home/brice/esp/hello_world/build/freertos -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/freertos/component.mk COMPONENT_NAME=freertos build
  119. make -C /home/brice/esp/hello_world/build/bootloader/bootloader_support -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/bootloader_support/component.mk COMPONENT_NAME=bootloader_support build
  120. make[2]: Entering directory '/home/brice/esp/hello_world/build/bootloader/bootloader_support'
  121. make[2]: Nothing to be done for 'build'.
  122. make[2]: Leaving directory '/home/brice/esp/hello_world/build/bootloader/bootloader_support'
  123. make -C /home/brice/esp/hello_world/build/bootloader/log -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/log/component.mk COMPONENT_NAME=log build
  124. make[1]: Entering directory '/home/brice/esp/hello_world/build/freertos'
  125. make[1]: Nothing to be done for 'build'.
  126. make[1]: Leaving directory '/home/brice/esp/hello_world/build/freertos'
  127. make -C /home/brice/esp/hello_world/build/heap -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/heap/component.mk COMPONENT_NAME=heap build
  128. make[1]: Entering directory '/home/brice/esp/hello_world/build/heap'
  129. make[1]: Nothing to be done for 'build'.
  130. make[1]: Leaving directory '/home/brice/esp/hello_world/build/heap'
  131. make -C /home/brice/esp/hello_world/build/idf_test -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/idf_test/component.mk COMPONENT_NAME=idf_test build
  132. make[1]: Entering directory '/home/brice/esp/hello_world/build/freemodbus'
  133. make[2]: Entering directory '/home/brice/esp/hello_world/build/bootloader/log'
  134. make[2]: Nothing to be done for 'build'.
  135. make[2]: Leaving directory '/home/brice/esp/hello_world/build/bootloader/log'
  136. make[1]: Nothing to be done for 'build'.
  137. make[1]: Leaving directory '/home/brice/esp/hello_world/build/freemodbus'
  138. make[1]: Entering directory '/home/brice/esp/hello_world/build/idf_test'
  139. make[1]: Nothing to be done for 'build'.
  140. make[1]: Leaving directory '/home/brice/esp/hello_world/build/idf_test'
  141. make -C /home/brice/esp/hello_world/build/bootloader/spi_flash -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/spi_flash/component.mk COMPONENT_NAME=spi_flash build
  142. make -C /home/brice/esp/hello_world/build/jsmn -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/jsmn/component.mk COMPONENT_NAME=jsmn build
  143. make -C /home/brice/esp/hello_world/build/bootloader/micro-ecc -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/micro-ecc/component.mk COMPONENT_NAME=micro-ecc build
  144. make[2]: Entering directory '/home/brice/esp/hello_world/build/bootloader/spi_flash'
  145. make[2]: Nothing to be done for 'build'.
  146. make[2]: Leaving directory '/home/brice/esp/hello_world/build/bootloader/spi_flash'
  147. Python requirements from /home/brice/esp/esp-idf/requirements.txt are satisfied.
  148. make -C /home/brice/esp/hello_world/build/bootloader/soc -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/soc/component.mk COMPONENT_NAME=soc build
  149. make -C /home/brice/esp/hello_world/build/json -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/json/component.mk COMPONENT_NAME=json build
  150. make[2]: Entering directory '/home/brice/esp/hello_world/build/bootloader/micro-ecc'
  151. make[2]: Nothing to be done for 'build'.
  152. make[2]: Leaving directory '/home/brice/esp/hello_world/build/bootloader/micro-ecc'
  153. make[1]: Entering directory '/home/brice/esp/hello_world/build/jsmn'
  154. make[1]: Nothing to be done for 'build'.
  155. make[1]: Leaving directory '/home/brice/esp/hello_world/build/jsmn'
  156. make[1]: Entering directory '/home/brice/esp/hello_world/build/json'
  157. make[1]: Nothing to be done for 'build'.
  158. make[1]: Leaving directory '/home/brice/esp/hello_world/build/json'
  159. make -C /home/brice/esp/hello_world/build/libsodium -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/libsodium/component.mk COMPONENT_NAME=libsodium build
  160. make -C /home/brice/esp/hello_world/build/bootloader/main -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/bootloader/subproject/main/component.mk COMPONENT_NAME=main build
  161. make -C /home/brice/esp/hello_world/build/log -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/log/component.mk COMPONENT_NAME=log build
  162. make[2]: Entering directory '/home/brice/esp/hello_world/build/bootloader/main'
  163. make[2]: Nothing to be done for 'build'.
  164. make[2]: Leaving directory '/home/brice/esp/hello_world/build/bootloader/main'
  165. Target 'component-bootloader_support-build' responsible for '/home/brice/esp/hello_world/build/bootloader/bootloader_support/libbootloader_support.a'
  166. Target 'component-log-build' responsible for '/home/brice/esp/hello_world/build/bootloader/log/liblog.a'
  167. Target 'component-spi_flash-build' responsible for '/home/brice/esp/hello_world/build/bootloader/spi_flash/libspi_flash.a'
  168. Target 'component-micro-ecc-build' responsible for '/home/brice/esp/hello_world/build/bootloader/micro-ecc/libmicro-ecc.a'
  169. Target 'component-main-build' responsible for '/home/brice/esp/hello_world/build/bootloader/main/libmain.a'
  170. make -C /home/brice/esp/hello_world/build/lwip -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/lwip/component.mk COMPONENT_NAME=lwip build
  171. make[1]: Entering directory '/home/brice/esp/hello_world/build/log'
  172. make[1]: Nothing to be done for 'build'.
  173. make[1]: Leaving directory '/home/brice/esp/hello_world/build/log'
  174. make -C /home/brice/esp/hello_world/build/main -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/hello_world/main/component.mk COMPONENT_NAME=main build
  175. make[1]: Entering directory '/home/brice/esp/hello_world/build/main'
  176. 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-44-gda2116f55-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/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/hello_world/main/hello_world_main.cpp -o hello_world_main.o
  177. make[2]: Entering directory '/home/brice/esp/hello_world/build/bootloader/soc'
  178. make[2]: Nothing to be done for 'build'.
  179. make[2]: Leaving directory '/home/brice/esp/hello_world/build/bootloader/soc'
  180. Target 'component-soc-build' responsible for '/home/brice/esp/hello_world/build/bootloader/soc/libsoc.a'
  181. make[1]: Leaving directory '/home/brice/esp/esp-idf/components/bootloader/subproject'
  182. make[1]: Entering directory '/home/brice/esp/hello_world/build/libsodium'
  183. make[1]: Nothing to be done for 'build'.
  184. make[1]: Leaving directory '/home/brice/esp/hello_world/build/libsodium'
  185. make -C /home/brice/esp/hello_world/build/mbedtls -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/mbedtls/component.mk COMPONENT_NAME=mbedtls build
  186. make -C /home/brice/esp/hello_world/build/mdns -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/mdns/component.mk COMPONENT_NAME=mdns build
  187. make[1]: Entering directory '/home/brice/esp/hello_world/build/lwip'
  188. make[1]: Nothing to be done for 'build'.
  189. make[1]: Leaving directory '/home/brice/esp/hello_world/build/lwip'
  190. make[1]: Entering directory '/home/brice/esp/hello_world/build/mdns'
  191. make[1]: Nothing to be done for 'build'.
  192. make[1]: Leaving directory '/home/brice/esp/hello_world/build/mdns'
  193. make -C /home/brice/esp/hello_world/build/micro-ecc -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/micro-ecc/component.mk COMPONENT_NAME=micro-ecc build
  194. make -C /home/brice/esp/hello_world/build/mqtt -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/mqtt/component.mk COMPONENT_NAME=mqtt build
  195. make[1]: Entering directory '/home/brice/esp/hello_world/build/micro-ecc'
  196. make[1]: Nothing to be done for 'build'.
  197. make[1]: Leaving directory '/home/brice/esp/hello_world/build/micro-ecc'
  198. make -C /home/brice/esp/hello_world/build/newlib -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/newlib/component.mk COMPONENT_NAME=newlib build
  199. make[1]: Entering directory '/home/brice/esp/hello_world/build/mbedtls'
  200. make[1]: Nothing to be done for 'build'.
  201. make[1]: Leaving directory '/home/brice/esp/hello_world/build/mbedtls'
  202. make -C /home/brice/esp/hello_world/build/nghttp -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/nghttp/component.mk COMPONENT_NAME=nghttp build
  203. make[1]: Entering directory '/home/brice/esp/hello_world/build/mqtt'
  204. make[1]: Nothing to be done for 'build'.
  205. make[1]: Leaving directory '/home/brice/esp/hello_world/build/mqtt'
  206. make -C /home/brice/esp/hello_world/build/nvs_flash -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/nvs_flash/component.mk COMPONENT_NAME=nvs_flash build
  207. make[1]: Entering directory '/home/brice/esp/hello_world/build/newlib'
  208. make[1]: Nothing to be done for 'build'.
  209. make[1]: Leaving directory '/home/brice/esp/hello_world/build/newlib'
  210. make -C /home/brice/esp/hello_world/build/openssl -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/openssl/component.mk COMPONENT_NAME=openssl build
  211. make[1]: Entering directory '/home/brice/esp/hello_world/build/nghttp'
  212. make[1]: Nothing to be done for 'build'.
  213. make[1]: Leaving directory '/home/brice/esp/hello_world/build/nghttp'
  214. make -C /home/brice/esp/hello_world/build/protobuf-c -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/protobuf-c/component.mk COMPONENT_NAME=protobuf-c build
  215. make[1]: Entering directory '/home/brice/esp/hello_world/build/openssl'
  216. make[1]: Entering directory '/home/brice/esp/hello_world/build/nvs_flash'
  217. make[1]: Nothing to be done for 'build'.
  218. make[1]: Leaving directory '/home/brice/esp/hello_world/build/nvs_flash'
  219. make -C /home/brice/esp/hello_world/build/protocomm -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/protocomm/component.mk COMPONENT_NAME=protocomm build
  220. 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-44-gda2116f55-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/brice/esp/esp-idf/components/openssl/include/internal -I /home/brice/esp/esp-idf/components/openssl/include/platform -I /home/brice/esp/esp-idf/components/openssl/include/openssl -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I library -c /home/brice/esp/esp-idf/components/openssl/library/ssl_cert.c -o library/ssl_cert.o
  221. make[1]: Entering directory '/home/brice/esp/hello_world/build/protobuf-c'
  222. 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-44-gda2116f55-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/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I protobuf-c/protobuf-c -c /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c -o protobuf-c/protobuf-c/protobuf-c.o
  223. make[1]: Entering directory '/home/brice/esp/hello_world/build/protocomm'
  224. 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-44-gda2116f55-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/brice/esp/esp-idf/components/protocomm/proto-c -I /home/brice/esp/esp-idf/components/protocomm/src/common -I /home/brice/esp/esp-idf/components/protocomm/src/simple_ble -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/common -c /home/brice/esp/esp-idf/components/protocomm/src/common/protocomm.c -o src/common/protocomm.o
  225. echo "/home/brice/esp/esp-idf/components/openssl/library/ssl_cert.c:" >> library/ssl_cert.d
  226. 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-44-gda2116f55-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/brice/esp/esp-idf/components/openssl/include/internal -I /home/brice/esp/esp-idf/components/openssl/include/platform -I /home/brice/esp/esp-idf/components/openssl/include/openssl -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I library -c /home/brice/esp/esp-idf/components/openssl/library/ssl_methods.c -o library/ssl_methods.o
  227. echo "/home/brice/esp/hello_world/main/./hello_world_main.cpp:" >> hello_world_main.d
  228. rm -f libmain.a
  229. xtensa-esp32-elf-ar cru libmain.a ./hello_world_main.o
  230. make[1]: Leaving directory '/home/brice/esp/hello_world/build/main'
  231. make -C /home/brice/esp/hello_world/build/pthread -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/pthread/component.mk COMPONENT_NAME=pthread build
  232. make[1]: Entering directory '/home/brice/esp/hello_world/build/pthread'
  233. 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-44-gda2116f55-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/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/pthread/pthread_local_storage.c -o pthread_local_storage.o
  234. echo "/home/brice/esp/esp-idf/components/openssl/library/ssl_methods.c:" >> library/ssl_methods.d
  235. 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-44-gda2116f55-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/brice/esp/esp-idf/components/openssl/include/internal -I /home/brice/esp/esp-idf/components/openssl/include/platform -I /home/brice/esp/esp-idf/components/openssl/include/openssl -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I library -c /home/brice/esp/esp-idf/components/openssl/library/ssl_pkey.c -o library/ssl_pkey.o
  236. echo "/home/brice/esp/esp-idf/components/protocomm/src/common/protocomm.c:" >> src/common/protocomm.d
  237. 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-44-gda2116f55-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/brice/esp/esp-idf/components/protocomm/proto-c -I /home/brice/esp/esp-idf/components/protocomm/src/common -I /home/brice/esp/esp-idf/components/protocomm/src/simple_ble -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/security -c /home/brice/esp/esp-idf/components/protocomm/src/security/security0.c -o src/security/security0.o
  238. echo "/home/brice/esp/esp-idf/components/pthread/./pthread_local_storage.c:" >> pthread_local_storage.d
  239. echo "/home/brice/esp/esp-idf/components/openssl/library/ssl_pkey.c:" >> library/ssl_pkey.d
  240. 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-44-gda2116f55-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/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/pthread/pthread_cond_var.c -o pthread_cond_var.o
  241. 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-44-gda2116f55-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/brice/esp/esp-idf/components/openssl/include/internal -I /home/brice/esp/esp-idf/components/openssl/include/platform -I /home/brice/esp/esp-idf/components/openssl/include/openssl -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I library -c /home/brice/esp/esp-idf/components/openssl/library/ssl_x509.c -o library/ssl_x509.o
  242. echo "/home/brice/esp/esp-idf/components/protocomm/src/security/security0.c:" >> src/security/security0.d
  243. 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-44-gda2116f55-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/brice/esp/esp-idf/components/protocomm/proto-c -I /home/brice/esp/esp-idf/components/protocomm/src/common -I /home/brice/esp/esp-idf/components/protocomm/src/simple_ble -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/security -c /home/brice/esp/esp-idf/components/protocomm/src/security/security1.c -o src/security/security1.o
  244. echo "/home/brice/esp/esp-idf/components/openssl/library/ssl_x509.c:" >> library/ssl_x509.d
  245. 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-44-gda2116f55-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/brice/esp/esp-idf/components/openssl/include/internal -I /home/brice/esp/esp-idf/components/openssl/include/platform -I /home/brice/esp/esp-idf/components/openssl/include/openssl -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I library -c /home/brice/esp/esp-idf/components/openssl/library/ssl_lib.c -o library/ssl_lib.o
  246. echo "/home/brice/esp/esp-idf/components/pthread/./pthread_cond_var.c:" >> pthread_cond_var.d
  247. 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-44-gda2116f55-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/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/pthread/pthread.c -o pthread.o
  248. echo "/home/brice/esp/esp-idf/components/protocomm/src/security/security1.c:" >> src/security/security1.d
  249. 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-44-gda2116f55-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/brice/esp/esp-idf/components/protocomm/proto-c -I /home/brice/esp/esp-idf/components/protocomm/src/common -I /home/brice/esp/esp-idf/components/protocomm/src/simple_ble -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I proto-c -c /home/brice/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c -o proto-c/sec1.pb-c.o
  250. echo "/home/brice/esp/esp-idf/components/openssl/library/ssl_lib.c:" >> library/ssl_lib.d
  251. 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-44-gda2116f55-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/brice/esp/esp-idf/components/openssl/include/internal -I /home/brice/esp/esp-idf/components/openssl/include/platform -I /home/brice/esp/esp-idf/components/openssl/include/openssl -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I library -c /home/brice/esp/esp-idf/components/openssl/library/ssl_stack.c -o library/ssl_stack.o
  252. echo "/home/brice/esp/esp-idf/components/openssl/library/ssl_stack.c:" >> library/ssl_stack.d
  253. 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-44-gda2116f55-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/brice/esp/esp-idf/components/openssl/include/internal -I /home/brice/esp/esp-idf/components/openssl/include/platform -I /home/brice/esp/esp-idf/components/openssl/include/openssl -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I platform -c /home/brice/esp/esp-idf/components/openssl/platform/ssl_pm.c -o platform/ssl_pm.o
  254. echo "/home/brice/esp/esp-idf/components/pthread/./pthread.c:" >> pthread.d
  255. echo "/home/brice/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c:" >> proto-c/sec1.pb-c.d
  256. rm -f libpthread.a
  257. 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-44-gda2116f55-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/brice/esp/esp-idf/components/protocomm/proto-c -I /home/brice/esp/esp-idf/components/protocomm/src/common -I /home/brice/esp/esp-idf/components/protocomm/src/simple_ble -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I proto-c -c /home/brice/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c -o proto-c/session.pb-c.o
  258. xtensa-esp32-elf-ar cru libpthread.a ./pthread_local_storage.o ./pthread_cond_var.o ./pthread.o
  259. make[1]: Leaving directory '/home/brice/esp/hello_world/build/pthread'
  260. make -C /home/brice/esp/hello_world/build/sdmmc -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/sdmmc/component.mk COMPONENT_NAME=sdmmc build
  261. make[1]: Entering directory '/home/brice/esp/hello_world/build/sdmmc'
  262. 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-44-gda2116f55-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/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/sdmmc/sdmmc_init.c -o sdmmc_init.o
  263. echo "/home/brice/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c:" >> proto-c/session.pb-c.d
  264. 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-44-gda2116f55-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/brice/esp/esp-idf/components/protocomm/proto-c -I /home/brice/esp/esp-idf/components/protocomm/src/common -I /home/brice/esp/esp-idf/components/protocomm/src/simple_ble -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I proto-c -c /home/brice/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c -o proto-c/constants.pb-c.o
  265. echo "/home/brice/esp/esp-idf/components/openssl/platform/ssl_pm.c:" >> platform/ssl_pm.d
  266. 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-44-gda2116f55-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/brice/esp/esp-idf/components/openssl/include/internal -I /home/brice/esp/esp-idf/components/openssl/include/platform -I /home/brice/esp/esp-idf/components/openssl/include/openssl -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I platform -c /home/brice/esp/esp-idf/components/openssl/platform/ssl_port.c -o platform/ssl_port.o
  267. echo "/home/brice/esp/esp-idf/components/sdmmc/./sdmmc_init.c:" >> sdmmc_init.d
  268. 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-44-gda2116f55-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/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/sdmmc/sdmmc_io.c -o sdmmc_io.o
  269. echo "/home/brice/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c:" >> proto-c/constants.pb-c.d
  270. 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-44-gda2116f55-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/brice/esp/esp-idf/components/protocomm/proto-c -I /home/brice/esp/esp-idf/components/protocomm/src/common -I /home/brice/esp/esp-idf/components/protocomm/src/simple_ble -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I proto-c -c /home/brice/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c -o proto-c/sec0.pb-c.o
  271. echo "/home/brice/esp/esp-idf/components/openssl/platform/ssl_port.c:" >> platform/ssl_port.d
  272. rm -f libopenssl.a
  273. xtensa-esp32-elf-ar cru libopenssl.a library/ssl_cert.o library/ssl_methods.o library/ssl_pkey.o library/ssl_x509.o library/ssl_lib.o library/ssl_stack.o platform/ssl_pm.o platform/ssl_port.o
  274. make[1]: Leaving directory '/home/brice/esp/hello_world/build/openssl'
  275. make -C /home/brice/esp/hello_world/build/smartconfig_ack -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/smartconfig_ack/component.mk COMPONENT_NAME=smartconfig_ack build
  276. make[1]: Entering directory '/home/brice/esp/hello_world/build/smartconfig_ack'
  277. 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-44-gda2116f55-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/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/smartconfig_ack/smartconfig_ack.c -o smartconfig_ack.o
  278. echo "/home/brice/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c:" >> protobuf-c/protobuf-c/protobuf-c.d
  279. rm -f libprotobuf-c.a
  280. xtensa-esp32-elf-ar cru libprotobuf-c.a protobuf-c/protobuf-c/protobuf-c.o
  281. make[1]: Leaving directory '/home/brice/esp/hello_world/build/protobuf-c'
  282. make -C /home/brice/esp/hello_world/build/soc -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/soc/component.mk COMPONENT_NAME=soc build
  283. make[1]: Entering directory '/home/brice/esp/hello_world/build/soc'
  284. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/soc_memory_layout.c -o esp32/soc_memory_layout.o
  285. echo "/home/brice/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c:" >> proto-c/sec0.pb-c.d
  286. 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-44-gda2116f55-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/brice/esp/esp-idf/components/protocomm/proto-c -I /home/brice/esp/esp-idf/components/protocomm/src/common -I /home/brice/esp/esp-idf/components/protocomm/src/simple_ble -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/transports -c /home/brice/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c -o src/transports/protocomm_console.o
  287. echo "/home/brice/esp/esp-idf/components/soc/esp32/soc_memory_layout.c:" >> esp32/soc_memory_layout.d
  288. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/rtc_pm.c -o esp32/rtc_pm.o
  289. echo "/home/brice/esp/esp-idf/components/smartconfig_ack/./smartconfig_ack.c:" >> smartconfig_ack.d
  290. rm -f libsmartconfig_ack.a
  291. xtensa-esp32-elf-ar cru libsmartconfig_ack.a ./smartconfig_ack.o
  292. make[1]: Leaving directory '/home/brice/esp/hello_world/build/smartconfig_ack'
  293. make -C /home/brice/esp/hello_world/build/spi_flash -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/spi_flash/component.mk COMPONENT_NAME=spi_flash build
  294. make[1]: Entering directory '/home/brice/esp/hello_world/build/spi_flash'
  295. echo "/home/brice/esp/esp-idf/components/soc/esp32/rtc_pm.c:" >> esp32/rtc_pm.d
  296. 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-44-gda2116f55-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/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/spi_flash/flash_mmap.c -o flash_mmap.o
  297. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/rtc_periph.c -o esp32/rtc_periph.o
  298. echo "/home/brice/esp/esp-idf/components/sdmmc/./sdmmc_io.c:" >> sdmmc_io.d
  299. 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-44-gda2116f55-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/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/sdmmc/sdmmc_common.c -o sdmmc_common.o
  300. echo "/home/brice/esp/esp-idf/components/soc/esp32/rtc_periph.c:" >> esp32/rtc_periph.d
  301. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/cpu_util.c -o esp32/cpu_util.o
  302. echo "/home/brice/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c:" >> src/transports/protocomm_console.d
  303. 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-44-gda2116f55-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/brice/esp/esp-idf/components/protocomm/proto-c -I /home/brice/esp/esp-idf/components/protocomm/src/common -I /home/brice/esp/esp-idf/components/protocomm/src/simple_ble -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/transports -c /home/brice/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c -o src/transports/protocomm_httpd.o
  304. echo "/home/brice/esp/esp-idf/components/soc/esp32/cpu_util.c:" >> esp32/cpu_util.d
  305. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/sdmmc_periph.c -o esp32/sdmmc_periph.o
  306. echo "/home/brice/esp/esp-idf/components/soc/esp32/sdmmc_periph.c:" >> esp32/sdmmc_periph.d
  307. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/rtc_wdt.c -o esp32/rtc_wdt.o
  308. echo "/home/brice/esp/esp-idf/components/spi_flash/./flash_mmap.c:" >> flash_mmap.d
  309. 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-44-gda2116f55-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/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/spi_flash/partition.c -o partition.o
  310. echo "/home/brice/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c:" >> src/transports/protocomm_httpd.d
  311. rm -f libprotocomm.a
  312. xtensa-esp32-elf-ar cru libprotocomm.a src/common/protocomm.o src/security/security0.o src/security/security1.o proto-c/sec1.pb-c.o proto-c/session.pb-c.o proto-c/constants.pb-c.o proto-c/sec0.pb-c.o src/transports/protocomm_console.o src/transports/protocomm_httpd.o
  313. make[1]: Leaving directory '/home/brice/esp/hello_world/build/protocomm'
  314. make -C /home/brice/esp/hello_world/build/spiffs -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/spiffs/component.mk COMPONENT_NAME=spiffs build
  315. echo "/home/brice/esp/esp-idf/components/sdmmc/./sdmmc_common.c:" >> sdmmc_common.d
  316. 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-44-gda2116f55-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/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/sdmmc/sdmmc_mmc.c -o sdmmc_mmc.o
  317. make[1]: Entering directory '/home/brice/esp/hello_world/build/spiffs'
  318. echo "/home/brice/esp/esp-idf/components/soc/esp32/rtc_wdt.c:" >> esp32/rtc_wdt.d
  319. 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-44-gda2116f55-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/brice/esp/esp-idf/components/spiffs -I /home/brice/esp/esp-idf/components/spiffs/spiffs/src -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/spiffs/spiffs_api.c -o spiffs_api.o
  320. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c -o esp32/sdio_slave_periph.o
  321. echo "/home/brice/esp/esp-idf/components/spi_flash/./partition.c:" >> partition.d
  322. 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-44-gda2116f55-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/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/spi_flash/spi_flash_rom_patch.c -o spi_flash_rom_patch.o
  323. echo "/home/brice/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c:" >> esp32/sdio_slave_periph.d
  324. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/rtc_init.c -o esp32/rtc_init.o
  325. echo "/home/brice/esp/esp-idf/components/spiffs/./spiffs_api.c:" >> spiffs_api.d
  326. 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-44-gda2116f55-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/brice/esp/esp-idf/components/spiffs -I /home/brice/esp/esp-idf/components/spiffs/spiffs/src -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/spiffs/esp_spiffs.c -o esp_spiffs.o
  327. echo "/home/brice/esp/esp-idf/components/sdmmc/./sdmmc_mmc.c:" >> sdmmc_mmc.d
  328. 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-44-gda2116f55-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/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/sdmmc/sdmmc_cmd.c -o sdmmc_cmd.o
  329. echo "/home/brice/esp/esp-idf/components/soc/esp32/rtc_init.c:" >> esp32/rtc_init.d
  330. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/spi_periph.c -o esp32/spi_periph.o
  331. echo "/home/brice/esp/esp-idf/components/spi_flash/./spi_flash_rom_patch.c:" >> spi_flash_rom_patch.d
  332. echo "/home/brice/esp/esp-idf/components/soc/esp32/spi_periph.c:" >> esp32/spi_periph.d
  333. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/rtc_clk_init.c -o esp32/rtc_clk_init.o
  334. 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-44-gda2116f55-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/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/spi_flash/cache_utils.c -o cache_utils.o
  335. echo "/home/brice/esp/esp-idf/components/soc/esp32/rtc_clk_init.c:" >> esp32/rtc_clk_init.d
  336. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/gpio_periph.c -o esp32/gpio_periph.o
  337. echo "/home/brice/esp/esp-idf/components/soc/esp32/gpio_periph.c:" >> esp32/gpio_periph.d
  338. echo "/home/brice/esp/esp-idf/components/sdmmc/./sdmmc_cmd.c:" >> sdmmc_cmd.d
  339. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/rtc_sleep.c -o esp32/rtc_sleep.o
  340. 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-44-gda2116f55-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/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/sdmmc/sdmmc_sd.c -o sdmmc_sd.o
  341. echo "/home/brice/esp/esp-idf/components/spiffs/./esp_spiffs.c:" >> esp_spiffs.d
  342. 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-44-gda2116f55-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/brice/esp/esp-idf/components/spiffs -I /home/brice/esp/esp-idf/components/spiffs/spiffs/src -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I spiffs/src -c /home/brice/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c -o spiffs/src/spiffs_cache.o
  343. echo "/home/brice/esp/esp-idf/components/spi_flash/./cache_utils.c:" >> cache_utils.d
  344. 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-44-gda2116f55-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/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/spi_flash/flash_ops.c -o flash_ops.o
  345. echo "/home/brice/esp/esp-idf/components/sdmmc/./sdmmc_sd.c:" >> sdmmc_sd.d
  346. echo "/home/brice/esp/esp-idf/components/soc/esp32/rtc_sleep.c:" >> esp32/rtc_sleep.d
  347. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/rtc_time.c -o esp32/rtc_time.o
  348. rm -f libsdmmc.a
  349. xtensa-esp32-elf-ar cru libsdmmc.a ./sdmmc_init.o ./sdmmc_io.o ./sdmmc_common.o ./sdmmc_mmc.o ./sdmmc_cmd.o ./sdmmc_sd.o
  350. echo "/home/brice/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c:" >> spiffs/src/spiffs_cache.d
  351. make[1]: Leaving directory '/home/brice/esp/hello_world/build/sdmmc'
  352. make -C /home/brice/esp/hello_world/build/tcp_transport -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/tcp_transport/component.mk COMPONENT_NAME=tcp_transport build
  353. 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-44-gda2116f55-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/brice/esp/esp-idf/components/spiffs -I /home/brice/esp/esp-idf/components/spiffs/spiffs/src -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I spiffs/src -c /home/brice/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c -o spiffs/src/spiffs_gc.o
  354. make[1]: Entering directory '/home/brice/esp/hello_world/build/tcp_transport'
  355. 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-44-gda2116f55-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/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/tcp_transport/transport_ws.c -o transport_ws.o
  356. echo "/home/brice/esp/esp-idf/components/soc/esp32/rtc_time.c:" >> esp32/rtc_time.d
  357. 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 -fno-jump-tables -fno-tree-switch-conversion -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I esp32 -c /home/brice/esp/esp-idf/components/soc/esp32/rtc_clk.c -o esp32/rtc_clk.o
  358. echo "/home/brice/esp/esp-idf/components/spi_flash/./flash_ops.c:" >> flash_ops.d
  359. echo "/home/brice/esp/esp-idf/components/tcp_transport/./transport_ws.c:" >> transport_ws.d
  360. 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-44-gda2116f55-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/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/tcp_transport/transport_utils.c -o transport_utils.o
  361. rm -f libspi_flash.a
  362. xtensa-esp32-elf-ar cru libspi_flash.a ./flash_mmap.o ./partition.o ./spi_flash_rom_patch.o ./cache_utils.o ./flash_ops.o
  363. make[1]: Leaving directory '/home/brice/esp/hello_world/build/spi_flash'
  364. make -C /home/brice/esp/hello_world/build/tcpip_adapter -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/tcpip_adapter/component.mk COMPONENT_NAME=tcpip_adapter build
  365. make[1]: Entering directory '/home/brice/esp/hello_world/build/tcpip_adapter'
  366. 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-44-gda2116f55-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/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/tcpip_adapter/tcpip_adapter_lwip.c -o tcpip_adapter_lwip.o
  367. echo "/home/brice/esp/esp-idf/components/tcp_transport/./transport_utils.c:" >> transport_utils.d
  368. 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-44-gda2116f55-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/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/tcp_transport/transport.c -o transport.o
  369. echo "/home/brice/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c:" >> spiffs/src/spiffs_gc.d
  370. 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-44-gda2116f55-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/brice/esp/esp-idf/components/spiffs -I /home/brice/esp/esp-idf/components/spiffs/spiffs/src -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I spiffs/src -c /home/brice/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c -o spiffs/src/spiffs_nucleus.o
  371. echo "/home/brice/esp/esp-idf/components/tcp_transport/./transport.c:" >> transport.d
  372. 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-44-gda2116f55-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/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/tcp_transport/transport_tcp.c -o transport_tcp.o
  373. echo "/home/brice/esp/esp-idf/components/soc/esp32/rtc_clk.c:" >> esp32/rtc_clk.d
  374. 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-44-gda2116f55-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/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/ -c /home/brice/esp/esp-idf/components/soc/src/memory_layout_utils.c -o src//memory_layout_utils.o
  375. echo "/home/brice/esp/esp-idf/components/soc/src//memory_layout_utils.c:" >> src//memory_layout_utils.d
  376. rm -f libsoc.a
  377. xtensa-esp32-elf-ar cru libsoc.a esp32/soc_memory_layout.o esp32/rtc_pm.o esp32/rtc_periph.o esp32/cpu_util.o esp32/sdmmc_periph.o esp32/rtc_wdt.o esp32/sdio_slave_periph.o esp32/rtc_init.o esp32/spi_periph.o esp32/rtc_clk_init.o esp32/gpio_periph.o esp32/rtc_sleep.o esp32/rtc_time.o esp32/rtc_clk.o src//memory_layout_utils.o
  378. make[1]: Leaving directory '/home/brice/esp/hello_world/build/soc'
  379. make -C /home/brice/esp/hello_world/build/ulp -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/ulp/component.mk COMPONENT_NAME=ulp build
  380. echo "/home/brice/esp/esp-idf/components/tcp_transport/./transport_tcp.c:" >> transport_tcp.d
  381. make[1]: Entering directory '/home/brice/esp/hello_world/build/ulp'
  382. 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-44-gda2116f55-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/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/tcp_transport/transport_ssl.c -o transport_ssl.o
  383. 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-44-gda2116f55-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/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/ulp/ulp.c -o ulp.o
  384. echo "/home/brice/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:" >> tcpip_adapter_lwip.d
  385. echo "/home/brice/esp/esp-idf/components/ulp/./ulp.c:" >> ulp.d
  386. rm -f libtcpip_adapter.a
  387. xtensa-esp32-elf-ar cru libtcpip_adapter.a ./tcpip_adapter_lwip.o
  388. 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-44-gda2116f55-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/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/ulp/ulp_macro.c -o ulp_macro.o
  389. make[1]: Leaving directory '/home/brice/esp/hello_world/build/tcpip_adapter'
  390. make -C /home/brice/esp/hello_world/build/unity -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/unity/component.mk COMPONENT_NAME=unity build
  391. make[1]: Entering directory '/home/brice/esp/hello_world/build/unity'
  392. 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-44-gda2116f55-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/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I unity/src -c /home/brice/esp/esp-idf/components/unity/unity/src/unity.c -o unity/src/unity.o
  393. echo "/home/brice/esp/esp-idf/components/ulp/./ulp_macro.c:" >> ulp_macro.d
  394. echo "/home/brice/esp/esp-idf/components/tcp_transport/./transport_ssl.c:" >> transport_ssl.d
  395. rm -f libtcp_transport.a
  396. xtensa-esp32-elf-ar cru libtcp_transport.a ./transport_ws.o ./transport_utils.o ./transport.o ./transport_tcp.o ./transport_ssl.o
  397. make[1]: Leaving directory '/home/brice/esp/hello_world/build/tcp_transport'
  398. make -C /home/brice/esp/hello_world/build/vfs -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/vfs/component.mk COMPONENT_NAME=vfs build
  399. make[1]: Entering directory '/home/brice/esp/hello_world/build/vfs'
  400. rm -f libulp.a
  401. xtensa-esp32-elf-ar cru libulp.a ./ulp.o ./ulp_macro.o
  402. 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-44-gda2116f55-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/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/vfs/vfs_uart.c -o vfs_uart.o
  403. make[1]: Leaving directory '/home/brice/esp/hello_world/build/ulp'
  404. make -C /home/brice/esp/hello_world/build/wear_levelling -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/wear_levelling/component.mk COMPONENT_NAME=wear_levelling build
  405. make[1]: Entering directory '/home/brice/esp/hello_world/build/wear_levelling'
  406. 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-44-gda2116f55-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/brice/esp/esp-idf/components/wear_levelling/private_include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/wear_levelling/wear_levelling.cpp -o wear_levelling.o
  407. echo "/home/brice/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c:" >> spiffs/src/spiffs_nucleus.d
  408. 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-44-gda2116f55-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/brice/esp/esp-idf/components/spiffs -I /home/brice/esp/esp-idf/components/spiffs/spiffs/src -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I spiffs/src -c /home/brice/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c -o spiffs/src/spiffs_check.o
  409. echo "/home/brice/esp/esp-idf/components/wear_levelling/./wear_levelling.cpp:" >> wear_levelling.d
  410. 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-44-gda2116f55-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/brice/esp/esp-idf/components/wear_levelling/private_include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/wear_levelling/WL_Flash.cpp -o WL_Flash.o
  411. echo "/home/brice/esp/esp-idf/components/unity/unity/src/unity.c:" >> unity/src/unity.d
  412. 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-44-gda2116f55-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/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/unity/unity_runner.c -o unity_runner.o
  413. echo "/home/brice/esp/esp-idf/components/vfs/./vfs_uart.c:" >> vfs_uart.d
  414. 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-44-gda2116f55-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/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/vfs/vfs.c -o vfs.o
  415. echo "/home/brice/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c:" >> spiffs/src/spiffs_check.d
  416. 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-44-gda2116f55-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/brice/esp/esp-idf/components/spiffs -I /home/brice/esp/esp-idf/components/spiffs/spiffs/src -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I spiffs/src -c /home/brice/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c -o spiffs/src/spiffs_hydrogen.o
  417. echo "/home/brice/esp/esp-idf/components/unity/./unity_runner.c:" >> unity_runner.d
  418. 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-44-gda2116f55-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/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/unity/unity_port_esp32.c -o unity_port_esp32.o
  419. echo "/home/brice/esp/esp-idf/components/unity/./unity_port_esp32.c:" >> unity_port_esp32.d
  420. rm -f libunity.a
  421. xtensa-esp32-elf-ar cru libunity.a unity/src/unity.o ./unity_runner.o ./unity_port_esp32.o
  422. make[1]: Leaving directory '/home/brice/esp/hello_world/build/unity'
  423. make -C /home/brice/esp/hello_world/build/wifi_provisioning -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/wifi_provisioning/component.mk COMPONENT_NAME=wifi_provisioning build
  424. make[1]: Entering directory '/home/brice/esp/hello_world/build/wifi_provisioning'
  425. 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-44-gda2116f55-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/brice/esp/esp-idf/components/wifi_provisioning/proto-c -I /home/brice/esp/esp-idf/components/protocomm/proto-c -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src -c /home/brice/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c -o src/wifi_config.o
  426. echo "/home/brice/esp/esp-idf/components/wear_levelling/./WL_Flash.cpp:" >> WL_Flash.d
  427. 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-44-gda2116f55-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/brice/esp/esp-idf/components/wear_levelling/private_include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/wear_levelling/crc32.cpp -o crc32.o
  428. echo "/home/brice/esp/esp-idf/components/wear_levelling/./crc32.cpp:" >> crc32.d
  429. 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-44-gda2116f55-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/brice/esp/esp-idf/components/wear_levelling/private_include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp -o WL_Ext_Safe.o
  430. echo "/home/brice/esp/esp-idf/components/wear_levelling/./WL_Ext_Safe.cpp:" >> WL_Ext_Safe.d
  431. 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-44-gda2116f55-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/brice/esp/esp-idf/components/wear_levelling/private_include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp -o SPI_Flash.o
  432. echo "/home/brice/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c:" >> src/wifi_config.d
  433. echo "/home/brice/esp/esp-idf/components/vfs/./vfs.c:" >> vfs.d
  434. rm -f libvfs.a
  435. xtensa-esp32-elf-ar cru libvfs.a ./vfs_uart.o ./vfs.o
  436. make[1]: Leaving directory '/home/brice/esp/hello_world/build/vfs'
  437. make -C /home/brice/esp/hello_world/build/wpa_supplicant -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/wpa_supplicant/component.mk COMPONENT_NAME=wpa_supplicant build
  438. make[1]: Entering directory '/home/brice/esp/hello_world/build/wpa_supplicant'
  439. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-enc.c -o src/crypto/aes-internal-enc.o
  440. echo "/home/brice/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c:" >> spiffs/src/spiffs_hydrogen.d
  441. 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-44-gda2116f55-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/brice/esp/esp-idf/components/wifi_provisioning/proto-c -I /home/brice/esp/esp-idf/components/protocomm/proto-c -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I proto-c -c /home/brice/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c -o proto-c/wifi_constants.pb-c.o
  442. rm -f libspiffs.a
  443. xtensa-esp32-elf-ar cru libspiffs.a ./spiffs_api.o ./esp_spiffs.o spiffs/src/spiffs_cache.o spiffs/src/spiffs_gc.o spiffs/src/spiffs_nucleus.o spiffs/src/spiffs_check.o spiffs/src/spiffs_hydrogen.o
  444. make[1]: Leaving directory '/home/brice/esp/hello_world/build/spiffs'
  445. 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-44-gda2116f55-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/brice/esp/esp-idf/components/wifi_provisioning/proto-c -I /home/brice/esp/esp-idf/components/protocomm/proto-c -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I proto-c -c /home/brice/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c -o proto-c/wifi_config.pb-c.o
  446. echo "/home/brice/esp/esp-idf/components/wear_levelling/./SPI_Flash.cpp:" >> SPI_Flash.d
  447. 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-44-gda2116f55-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/brice/esp/esp-idf/components/wear_levelling/private_include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/wear_levelling/Partition.cpp -o Partition.o
  448. echo "/home/brice/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c:" >> proto-c/wifi_constants.pb-c.d
  449. make -C /home/brice/esp/hello_world/build/xtensa-debug-module -f /home/brice/esp/esp-idf/make/component_wrapper.mk COMPONENT_MAKEFILE=/home/brice/esp/esp-idf/components/xtensa-debug-module/component.mk COMPONENT_NAME=xtensa-debug-module build
  450. make[1]: Entering directory '/home/brice/esp/hello_world/build/xtensa-debug-module'
  451. 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-44-gda2116f55-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/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/xtensa-debug-module/eri.c -o eri.o
  452. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-enc.c:" >> src/crypto/aes-internal-enc.d
  453. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-internal.c -o src/crypto/sha256-internal.o
  454. echo "/home/brice/esp/esp-idf/components/xtensa-debug-module/./eri.c:" >> eri.d
  455. echo "/home/brice/esp/esp-idf/components/wear_levelling/./Partition.cpp:" >> Partition.d
  456. 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-44-gda2116f55-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/brice/esp/esp-idf/components/wear_levelling/private_include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp -o WL_Ext_Perf.o
  457. 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-44-gda2116f55-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/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/hello_world/build/include -I . -c /home/brice/esp/esp-idf/components/xtensa-debug-module/trax.c -o trax.o
  458. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-internal.c:" >> src/crypto/sha256-internal.d
  459. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/md5-internal.c -o src/crypto/md5-internal.o
  460. echo "/home/brice/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c:" >> proto-c/wifi_config.pb-c.d
  461. echo "/home/brice/esp/esp-idf/components/xtensa-debug-module/./trax.c:" >> trax.d
  462. rm -f libwifi_provisioning.a
  463. echo "/home/brice/esp/esp-idf/components/wear_levelling/./WL_Ext_Perf.cpp:" >> WL_Ext_Perf.d
  464. xtensa-esp32-elf-ar cru libwifi_provisioning.a src/wifi_config.o proto-c/wifi_constants.pb-c.o proto-c/wifi_config.pb-c.o
  465. rm -f libxtensa-debug-module.a
  466. rm -f libwear_levelling.a
  467. make[1]: Leaving directory '/home/brice/esp/hello_world/build/wifi_provisioning'
  468. xtensa-esp32-elf-ar cru libxtensa-debug-module.a ./eri.o ./trax.o
  469. make[1]: Leaving directory '/home/brice/esp/hello_world/build/xtensa-debug-module'
  470. xtensa-esp32-elf-ar cru libwear_levelling.a ./wear_levelling.o ./WL_Flash.o ./crc32.o ./WL_Ext_Safe.o ./SPI_Flash.o ./Partition.o ./WL_Ext_Perf.o
  471. Building partitions from /home/brice/esp/esp-idf/components/partition_table/partitions_singleapp.csv...
  472. make[1]: Leaving directory '/home/brice/esp/hello_world/build/wear_levelling'
  473. Target 'component-app_trace-build' responsible for '/home/brice/esp/hello_world/build/app_trace/libapp_trace.a'
  474. python /home/brice/esp/esp-idf/components/partition_table/gen_esp32part.py -q --flash-size "2MB" --offset 0x8000 /home/brice/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/brice/esp/hello_world/build/partitions_singleapp.bin
  475. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal.c -o src/crypto/aes-internal.o
  476. Target 'component-app_update-build' responsible for '/home/brice/esp/hello_world/build/app_update/libapp_update.a'
  477. Target 'component-asio-build' responsible for '/home/brice/esp/hello_world/build/asio/libasio.a'
  478. Target 'component-aws_iot-build' responsible for '/home/brice/esp/hello_world/build/aws_iot/libaws_iot.a'
  479. Target 'component-bootloader_support-build' responsible for '/home/brice/esp/hello_world/build/bootloader_support/libbootloader_support.a'
  480. Target 'component-bt-build' responsible for '/home/brice/esp/hello_world/build/bt/libbt.a'
  481. Target 'component-coap-build' responsible for '/home/brice/esp/hello_world/build/coap/libcoap.a'
  482. Target 'component-console-build' responsible for '/home/brice/esp/hello_world/build/console/libconsole.a'
  483. Target 'component-cxx-build' responsible for '/home/brice/esp/hello_world/build/cxx/libcxx.a'
  484. Target 'component-driver-build' responsible for '/home/brice/esp/hello_world/build/driver/libdriver.a'
  485. Target 'component-esp-tls-build' responsible for '/home/brice/esp/hello_world/build/esp-tls/libesp-tls.a'
  486. Target 'component-esp32-build' responsible for '/home/brice/esp/hello_world/build/esp32/libesp32.a'
  487. Target 'component-esp_adc_cal-build' responsible for '/home/brice/esp/hello_world/build/esp_adc_cal/libesp_adc_cal.a'
  488. Target 'component-esp_event-build' responsible for '/home/brice/esp/hello_world/build/esp_event/libesp_event.a'
  489. Target 'component-esp_http_client-build' responsible for '/home/brice/esp/hello_world/build/esp_http_client/libesp_http_client.a'
  490. Target 'component-esp_http_server-build' responsible for '/home/brice/esp/hello_world/build/esp_http_server/libesp_http_server.a'
  491. Target 'component-esp_https_ota-build' responsible for '/home/brice/esp/hello_world/build/esp_https_ota/libesp_https_ota.a'
  492. Target 'component-esp_https_server-build' responsible for '/home/brice/esp/hello_world/build/esp_https_server/libesp_https_server.a'
  493. Target 'component-esp_ringbuf-build' responsible for '/home/brice/esp/hello_world/build/esp_ringbuf/libesp_ringbuf.a'
  494. Target 'component-ethernet-build' responsible for '/home/brice/esp/hello_world/build/ethernet/libethernet.a'
  495. Target 'component-expat-build' responsible for '/home/brice/esp/hello_world/build/expat/libexpat.a'
  496. Target 'component-fatfs-build' responsible for '/home/brice/esp/hello_world/build/fatfs/libfatfs.a'
  497. Target 'component-freemodbus-build' responsible for '/home/brice/esp/hello_world/build/freemodbus/libfreemodbus.a'
  498. Target 'component-freertos-build' responsible for '/home/brice/esp/hello_world/build/freertos/libfreertos.a'
  499. Target 'component-heap-build' responsible for '/home/brice/esp/hello_world/build/heap/libheap.a'
  500. Target 'component-idf_test-build' responsible for '/home/brice/esp/hello_world/build/idf_test/libidf_test.a'
  501. Target 'component-jsmn-build' responsible for '/home/brice/esp/hello_world/build/jsmn/libjsmn.a'
  502. Target 'component-json-build' responsible for '/home/brice/esp/hello_world/build/json/libjson.a'
  503. Target 'component-libsodium-build' responsible for '/home/brice/esp/hello_world/build/libsodium/liblibsodium.a'
  504. Target 'component-log-build' responsible for '/home/brice/esp/hello_world/build/log/liblog.a'
  505. Target 'component-lwip-build' responsible for '/home/brice/esp/hello_world/build/lwip/liblwip.a'
  506. Target 'component-main-build' responsible for '/home/brice/esp/hello_world/build/main/libmain.a'
  507. Target 'component-mbedtls-build' responsible for '/home/brice/esp/hello_world/build/mbedtls/libmbedtls.a'
  508. Target 'component-mdns-build' responsible for '/home/brice/esp/hello_world/build/mdns/libmdns.a'
  509. Target 'component-micro-ecc-build' responsible for '/home/brice/esp/hello_world/build/micro-ecc/libmicro-ecc.a'
  510. Target 'component-mqtt-build' responsible for '/home/brice/esp/hello_world/build/mqtt/libmqtt.a'
  511. Target 'component-newlib-build' responsible for '/home/brice/esp/hello_world/build/newlib/libnewlib.a'
  512. Target 'component-nghttp-build' responsible for '/home/brice/esp/hello_world/build/nghttp/libnghttp.a'
  513. Target 'component-nvs_flash-build' responsible for '/home/brice/esp/hello_world/build/nvs_flash/libnvs_flash.a'
  514. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1.c -o src/crypto/sha1.o
  515. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-dec.c -o src/crypto/aes-internal-dec.o
  516. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal.c:" >> src/crypto/aes-internal.d
  517. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/md5-internal.c:" >> src/crypto/md5-internal.d
  518. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c -o src/crypto/aes-unwrap.o
  519. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c -o src/crypto/aes-wrap.o
  520. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1.c:" >> src/crypto/sha1.d
  521. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-rsa.c -o src/crypto/crypto_internal-rsa.o
  522. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c:" >> src/crypto/aes-unwrap.d
  523. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c -o src/crypto/des-internal.o
  524. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-dec.c:" >> src/crypto/aes-internal-dec.d
  525. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c -o src/crypto/dh_groups.o
  526. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c:" >> src/crypto/aes-wrap.d
  527. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c -o src/crypto/ms_funcs.o
  528. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-rsa.c:" >> src/crypto/crypto_internal-rsa.d
  529. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_mbedtls.c -o src/crypto/crypto_mbedtls.o
  530. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c:" >> src/crypto/des-internal.d
  531. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c:" >> src/crypto/dh_groups.d
  532. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-internal.c -o src/crypto/sha1-internal.o
  533. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c -o src/crypto/md4-internal.o
  534. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c:" >> src/crypto/ms_funcs.d
  535. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c:" >> src/crypto/md4-internal.d
  536. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_mbedtls.c:" >> src/crypto/crypto_mbedtls.d
  537. Target 'component-openssl-build' responsible for '/home/brice/esp/hello_world/build/openssl/libopenssl.a'
  538. Target 'component-protobuf-c-build' responsible for '/home/brice/esp/hello_world/build/protobuf-c/libprotobuf-c.a'
  539. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c -o src/crypto/dh_group5.o
  540. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal.c -o src/crypto/crypto_internal.o
  541. Target 'component-protocomm-build' responsible for '/home/brice/esp/hello_world/build/protocomm/libprotocomm.a'
  542. Target 'component-pthread-build' responsible for '/home/brice/esp/hello_world/build/pthread/libpthread.a'
  543. Target 'component-sdmmc-build' responsible for '/home/brice/esp/hello_world/build/sdmmc/libsdmmc.a'
  544. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c:" >> src/crypto/dh_group5.d
  545. Target 'component-smartconfig_ack-build' responsible for '/home/brice/esp/hello_world/build/smartconfig_ack/libsmartconfig_ack.a'
  546. Target 'component-soc-build' responsible for '/home/brice/esp/hello_world/build/soc/libsoc.a'
  547. Target 'component-spi_flash-build' responsible for '/home/brice/esp/hello_world/build/spi_flash/libspi_flash.a'
  548. Target 'component-spiffs-build' responsible for '/home/brice/esp/hello_world/build/spiffs/libspiffs.a'
  549. Target 'component-tcp_transport-build' responsible for '/home/brice/esp/hello_world/build/tcp_transport/libtcp_transport.a'
  550. Target 'component-tcpip_adapter-build' responsible for '/home/brice/esp/hello_world/build/tcpip_adapter/libtcpip_adapter.a'
  551. Target 'component-ulp-build' responsible for '/home/brice/esp/hello_world/build/ulp/libulp.a'
  552. Target 'component-unity-build' responsible for '/home/brice/esp/hello_world/build/unity/libunity.a'
  553. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256.c -o src/crypto/sha256.o
  554. Target 'component-vfs-build' responsible for '/home/brice/esp/hello_world/build/vfs/libvfs.a'
  555. Target 'component-wear_levelling-build' responsible for '/home/brice/esp/hello_world/build/wear_levelling/libwear_levelling.a'
  556. Target 'component-wifi_provisioning-build' responsible for '/home/brice/esp/hello_world/build/wifi_provisioning/libwifi_provisioning.a'
  557. Target 'component-xtensa-debug-module-build' responsible for '/home/brice/esp/hello_world/build/xtensa-debug-module/libxtensa-debug-module.a'
  558. Generating libapp_trace.a.sections_info
  559. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/app_trace/libapp_trace.a > /home/brice/esp/hello_world/build/app_trace/libapp_trace.a.sections_info
  560. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal.c:" >> src/crypto/crypto_internal.d
  561. Generating libapp_update.a.sections_info
  562. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/app_update/libapp_update.a > /home/brice/esp/hello_world/build/app_update/libapp_update.a.sections_info
  563. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/md5.c -o src/crypto/md5.o
  564. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-internal.c:" >> src/crypto/sha1-internal.d
  565. Generating libasio.a.sections_info
  566. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/asio/libasio.a > /home/brice/esp/hello_world/build/asio/libasio.a.sections_info
  567. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-cbc.c -o src/crypto/aes-cbc.o
  568. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256.c:" >> src/crypto/sha256.d
  569. Generating libaws_iot.a.sections_info
  570. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/aws_iot/libaws_iot.a > /home/brice/esp/hello_world/build/aws_iot/libaws_iot.a.sections_info
  571. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-pbkdf2.c -o src/crypto/sha1-pbkdf2.o
  572. Generating libbootloader_support.a.sections_info
  573. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/bootloader_support/libbootloader_support.a > /home/brice/esp/hello_world/build/bootloader_support/libbootloader_support.a.sections_info
  574. Generating libbt.a.sections_info
  575. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/bt/libbt.a > /home/brice/esp/hello_world/build/bt/libbt.a.sections_info
  576. Generating libcoap.a.sections_info
  577. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/coap/libcoap.a > /home/brice/esp/hello_world/build/coap/libcoap.a.sections_info
  578. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-cbc.c:" >> src/crypto/aes-cbc.d
  579. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c -o src/crypto/rc4.o
  580. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/md5.c:" >> src/crypto/md5.d
  581. Generating libconsole.a.sections_info
  582. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/console/libconsole.a > /home/brice/esp/hello_world/build/console/libconsole.a.sections_info
  583. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-modexp.c -o src/crypto/crypto_internal-modexp.o
  584. Generating libcxx.a.sections_info
  585. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/cxx/libcxx.a > /home/brice/esp/hello_world/build/cxx/libcxx.a.sections_info
  586. Generating libdriver.a.sections_info
  587. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/driver/libdriver.a > /home/brice/esp/hello_world/build/driver/libdriver.a.sections_info
  588. Generating libesp-tls.a.sections_info
  589. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/esp-tls/libesp-tls.a > /home/brice/esp/hello_world/build/esp-tls/libesp-tls.a.sections_info
  590. Generating libesp32.a.sections_info
  591. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/esp32/libesp32.a > /home/brice/esp/hello_world/build/esp32/libesp32.a.sections_info
  592. Generating libesp_adc_cal.a.sections_info
  593. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/esp_adc_cal/libesp_adc_cal.a > /home/brice/esp/hello_world/build/esp_adc_cal/libesp_adc_cal.a.sections_info
  594. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-pbkdf2.c:" >> src/crypto/sha1-pbkdf2.d
  595. Generating libesp_event.a.sections_info
  596. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-cipher.c -o src/crypto/crypto_internal-cipher.o
  597. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/esp_event/libesp_event.a > /home/brice/esp/hello_world/build/esp_event/libesp_event.a.sections_info
  598. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c:" >> src/crypto/rc4.d
  599. Generating libesp_http_client.a.sections_info
  600. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/bignum.c -o src/crypto/bignum.o
  601. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/esp_http_client/libesp_http_client.a > /home/brice/esp/hello_world/build/esp_http_client/libesp_http_client.a.sections_info
  602. Generating libesp_http_server.a.sections_info
  603. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/esp_http_server/libesp_http_server.a > /home/brice/esp/hello_world/build/esp_http_server/libesp_http_server.a.sections_info
  604. Generating libesp_https_ota.a.sections_info
  605. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/esp_https_ota/libesp_https_ota.a > /home/brice/esp/hello_world/build/esp_https_ota/libesp_https_ota.a.sections_info
  606. Generating libesp_https_server.a.sections_info
  607. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/esp_https_server/libesp_https_server.a > /home/brice/esp/hello_world/build/esp_https_server/libesp_https_server.a.sections_info
  608. Generating libesp_ringbuf.a.sections_info
  609. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/esp_ringbuf/libesp_ringbuf.a > /home/brice/esp/hello_world/build/esp_ringbuf/libesp_ringbuf.a.sections_info
  610. Generating libethernet.a.sections_info
  611. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/ethernet/libethernet.a > /home/brice/esp/hello_world/build/ethernet/libethernet.a.sections_info
  612. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-modexp.c:" >> src/crypto/crypto_internal-modexp.d
  613. Generating libexpat.a.sections_info
  614. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/expat/libexpat.a > /home/brice/esp/hello_world/build/expat/libexpat.a.sections_info
  615. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I port -c /home/brice/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c -o port/os_xtensa.o
  616. Generating libfatfs.a.sections_info
  617. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/fatfs/libfatfs.a > /home/brice/esp/hello_world/build/fatfs/libfatfs.a.sections_info
  618. Generating libfreemodbus.a.sections_info
  619. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/freemodbus/libfreemodbus.a > /home/brice/esp/hello_world/build/freemodbus/libfreemodbus.a.sections_info
  620. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-cipher.c:" >> src/crypto/crypto_internal-cipher.d
  621. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/fast_crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_aes-wrap.c -o src/fast_crypto/fast_aes-wrap.o
  622. Generating libfreertos.a.sections_info
  623. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/freertos/libfreertos.a > /home/brice/esp/hello_world/build/freertos/libfreertos.a.sections_info
  624. Generating libheap.a.sections_info
  625. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/heap/libheap.a > /home/brice/esp/hello_world/build/heap/libheap.a.sections_info
  626. Generating libidf_test.a.sections_info
  627. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/idf_test/libidf_test.a > /home/brice/esp/hello_world/build/idf_test/libidf_test.a.sections_info
  628. Generating libjsmn.a.sections_info
  629. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/jsmn/libjsmn.a > /home/brice/esp/hello_world/build/jsmn/libjsmn.a.sections_info
  630. Generating libjson.a.sections_info
  631. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/json/libjson.a > /home/brice/esp/hello_world/build/json/libjson.a.sections_info
  632. Generating liblibsodium.a.sections_info
  633. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/libsodium/liblibsodium.a > /home/brice/esp/hello_world/build/libsodium/liblibsodium.a.sections_info
  634. Generating liblog.a.sections_info
  635. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/log/liblog.a > /home/brice/esp/hello_world/build/log/liblog.a.sections_info
  636. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c:" >> port/os_xtensa.d
  637. Generating liblwip.a.sections_info
  638. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/lwip/liblwip.a > /home/brice/esp/hello_world/build/lwip/liblwip.a.sections_info
  639. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/fast_crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_sha256-internal.c -o src/fast_crypto/fast_sha256-internal.o
  640. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_aes-wrap.c:" >> src/fast_crypto/fast_aes-wrap.d
  641. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/fast_crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_aes-cbc.c -o src/fast_crypto/fast_aes-cbc.o
  642. Generating libmain.a.sections_info
  643. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/main/libmain.a > /home/brice/esp/hello_world/build/main/libmain.a.sections_info
  644. Generating libmbedtls.a.sections_info
  645. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/mbedtls/libmbedtls.a > /home/brice/esp/hello_world/build/mbedtls/libmbedtls.a.sections_info
  646. Generating libmdns.a.sections_info
  647. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/mdns/libmdns.a > /home/brice/esp/hello_world/build/mdns/libmdns.a.sections_info
  648. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_sha256-internal.c:" >> src/fast_crypto/fast_sha256-internal.d
  649. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/fast_crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_crypto_internal.c -o src/fast_crypto/fast_crypto_internal.o
  650. Generating libmicro-ecc.a.sections_info
  651. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/micro-ecc/libmicro-ecc.a > /home/brice/esp/hello_world/build/micro-ecc/libmicro-ecc.a.sections_info
  652. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_aes-cbc.c:" >> src/fast_crypto/fast_aes-cbc.d
  653. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/fast_crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_sha256.c -o src/fast_crypto/fast_sha256.o
  654. Generating libmqtt.a.sections_info
  655. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/mqtt/libmqtt.a > /home/brice/esp/hello_world/build/mqtt/libmqtt.a.sections_info
  656. Generating libnewlib.a.sections_info
  657. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/newlib/libnewlib.a > /home/brice/esp/hello_world/build/newlib/libnewlib.a.sections_info
  658. Generating libnghttp.a.sections_info
  659. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/nghttp/libnghttp.a > /home/brice/esp/hello_world/build/nghttp/libnghttp.a.sections_info
  660. Generating libnvs_flash.a.sections_info
  661. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/nvs_flash/libnvs_flash.a > /home/brice/esp/hello_world/build/nvs_flash/libnvs_flash.a.sections_info
  662. Generating libopenssl.a.sections_info
  663. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/openssl/libopenssl.a > /home/brice/esp/hello_world/build/openssl/libopenssl.a.sections_info
  664. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_sha256.c:" >> src/fast_crypto/fast_sha256.d
  665. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/fast_crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_aes-unwrap.c -o src/fast_crypto/fast_aes-unwrap.o
  666. Generating libprotobuf-c.a.sections_info
  667. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/protobuf-c/libprotobuf-c.a > /home/brice/esp/hello_world/build/protobuf-c/libprotobuf-c.a.sections_info
  668. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_crypto_internal.c:" >> src/fast_crypto/fast_crypto_internal.d
  669. Generating libprotocomm.a.sections_info
  670. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/protocomm/libprotocomm.a > /home/brice/esp/hello_world/build/protocomm/libprotocomm.a.sections_info
  671. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/fast_crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_crypto_internal-modexp.c -o src/fast_crypto/fast_crypto_internal-modexp.o
  672. Generating libpthread.a.sections_info
  673. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/pthread/libpthread.a > /home/brice/esp/hello_world/build/pthread/libpthread.a.sections_info
  674. Generating libsdmmc.a.sections_info
  675. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/sdmmc/libsdmmc.a > /home/brice/esp/hello_world/build/sdmmc/libsdmmc.a.sections_info
  676. Generating libsmartconfig_ack.a.sections_info
  677. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/smartconfig_ack/libsmartconfig_ack.a > /home/brice/esp/hello_world/build/smartconfig_ack/libsmartconfig_ack.a.sections_info
  678. Generating libsoc.a.sections_info
  679. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/soc/libsoc.a > /home/brice/esp/hello_world/build/soc/libsoc.a.sections_info
  680. Generating libspi_flash.a.sections_info
  681. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/spi_flash/libspi_flash.a > /home/brice/esp/hello_world/build/spi_flash/libspi_flash.a.sections_info
  682. Generating libspiffs.a.sections_info
  683. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/spiffs/libspiffs.a > /home/brice/esp/hello_world/build/spiffs/libspiffs.a.sections_info
  684. Generating libtcp_transport.a.sections_info
  685. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/tcp_transport/libtcp_transport.a > /home/brice/esp/hello_world/build/tcp_transport/libtcp_transport.a.sections_info
  686. Generating libtcpip_adapter.a.sections_info
  687. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/tcpip_adapter/libtcpip_adapter.a > /home/brice/esp/hello_world/build/tcpip_adapter/libtcpip_adapter.a.sections_info
  688. Generating libulp.a.sections_info
  689. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/ulp/libulp.a > /home/brice/esp/hello_world/build/ulp/libulp.a.sections_info
  690. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_crypto_internal-modexp.c:" >> src/fast_crypto/fast_crypto_internal-modexp.d
  691. Generating libunity.a.sections_info
  692. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/unity/libunity.a > /home/brice/esp/hello_world/build/unity/libunity.a.sections_info
  693. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/fast_crypto -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_crypto_internal-cipher.c -o src/fast_crypto/fast_crypto_internal-cipher.o
  694. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_aes-unwrap.c:" >> src/fast_crypto/fast_aes-unwrap.d
  695. Generating libvfs.a.sections_info
  696. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/eap_peer -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap.c -o src/wpa2/eap_peer/eap.o
  697. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/vfs/libvfs.a > /home/brice/esp/hello_world/build/vfs/libvfs.a.sections_info
  698. Generating libwear_levelling.a.sections_info
  699. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/wear_levelling/libwear_levelling.a > /home/brice/esp/hello_world/build/wear_levelling/libwear_levelling.a.sections_info
  700. Generating libwifi_provisioning.a.sections_info
  701. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/wifi_provisioning/libwifi_provisioning.a > /home/brice/esp/hello_world/build/wifi_provisioning/libwifi_provisioning.a.sections_info
  702. Generating libxtensa-debug-module.a.sections_info
  703. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/xtensa-debug-module/libxtensa-debug-module.a > /home/brice/esp/hello_world/build/xtensa-debug-module/libxtensa-debug-module.a.sections_info
  704. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/eap_peer -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_common.c -o src/wpa2/eap_peer/eap_common.o
  705. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/crypto/bignum.c:" >> src/crypto/bignum.d
  706. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/fast_crypto/fast_crypto_internal-cipher.c:" >> src/fast_crypto/fast_crypto_internal-cipher.d
  707. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/eap_peer -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/mschapv2.c -o src/wpa2/eap_peer/mschapv2.o
  708. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/eap_peer -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_tls.c -o src/wpa2/eap_peer/eap_tls.o
  709. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_common.c:" >> src/wpa2/eap_peer/eap_common.d
  710. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/eap_peer -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_tls_common.c -o src/wpa2/eap_peer/eap_tls_common.o
  711. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/mschapv2.c:" >> src/wpa2/eap_peer/mschapv2.d
  712. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/eap_peer -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_ttls.c -o src/wpa2/eap_peer/eap_ttls.o
  713. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_tls.c:" >> src/wpa2/eap_peer/eap_tls.d
  714. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/eap_peer -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_peap.c -o src/wpa2/eap_peer/eap_peap.o
  715. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap.c:" >> src/wpa2/eap_peer/eap.d
  716. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/eap_peer -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_mschapv2.c -o src/wpa2/eap_peer/eap_mschapv2.o
  717. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_tls_common.c:" >> src/wpa2/eap_peer/eap_tls_common.d
  718. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/eap_peer -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/chap.c -o src/wpa2/eap_peer/chap.o
  719. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/chap.c:" >> src/wpa2/eap_peer/chap.d
  720. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/eap_peer -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_peap_common.c -o src/wpa2/eap_peer/eap_peap_common.o
  721. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_ttls.c:" >> src/wpa2/eap_peer/eap_ttls.d
  722. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_server.c -o src/wpa2/tls/tlsv1_server.o
  723. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_peap_common.c:" >> src/wpa2/eap_peer/eap_peap_common.d
  724. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/x509v3.c -o src/wpa2/tls/x509v3.o
  725. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_peap.c:" >> src/wpa2/eap_peer/eap_peap.d
  726. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/eap_peer/eap_mschapv2.c:" >> src/wpa2/eap_peer/eap_mschapv2.d
  727. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_cred.c -o src/wpa2/tls/tlsv1_cred.o
  728. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_client_read.c -o src/wpa2/tls/tlsv1_client_read.o
  729. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_server.c:" >> src/wpa2/tls/tlsv1_server.d
  730. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_common.c -o src/wpa2/tls/tlsv1_common.o
  731. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_cred.c:" >> src/wpa2/tls/tlsv1_cred.d
  732. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/rsa.c -o src/wpa2/tls/rsa.o
  733. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_common.c:" >> src/wpa2/tls/tlsv1_common.d
  734. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/pkcs8.c -o src/wpa2/tls/pkcs8.o
  735. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/rsa.c:" >> src/wpa2/tls/rsa.d
  736. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/asn1.c -o src/wpa2/tls/asn1.o
  737. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/pkcs8.c:" >> src/wpa2/tls/pkcs8.d
  738. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_client.c -o src/wpa2/tls/tlsv1_client.o
  739. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_client_read.c:" >> src/wpa2/tls/tlsv1_client_read.d
  740. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_server_read.c -o src/wpa2/tls/tlsv1_server_read.o
  741. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/x509v3.c:" >> src/wpa2/tls/x509v3.d
  742. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_client_write.c -o src/wpa2/tls/tlsv1_client_write.o
  743. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/asn1.c:" >> src/wpa2/tls/asn1.d
  744. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/pkcs1.c -o src/wpa2/tls/pkcs1.o
  745. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/pkcs1.c:" >> src/wpa2/tls/pkcs1.d
  746. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_client.c:" >> src/wpa2/tls/tlsv1_client.d
  747. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/pkcs5.c -o src/wpa2/tls/pkcs5.o
  748. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_record.c -o src/wpa2/tls/tlsv1_record.o
  749. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_client_write.c:" >> src/wpa2/tls/tlsv1_client_write.d
  750. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/bignum.c -o src/wpa2/tls/bignum.o
  751. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_server_read.c:" >> src/wpa2/tls/tlsv1_server_read.d
  752. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_server_write.c -o src/wpa2/tls/tlsv1_server_write.o
  753. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/pkcs5.c:" >> src/wpa2/tls/pkcs5.d
  754. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/tls -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tls_internal.c -o src/wpa2/tls/tls_internal.o
  755. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_record.c:" >> src/wpa2/tls/tlsv1_record.d
  756. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/utils -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/utils/base64.c -o src/wpa2/utils/base64.o
  757. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/utils/base64.c:" >> src/wpa2/utils/base64.d
  758. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wpa2/utils -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/utils/ext_password.c -o src/wpa2/utils/ext_password.o
  759. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tlsv1_server_write.c:" >> src/wpa2/tls/tlsv1_server_write.d
  760. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wps -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/eap_common.c -o src/wps/eap_common.o
  761. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/tls_internal.c:" >> src/wpa2/tls/tls_internal.d
  762. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wps -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c -o src/wps/wps_attr_process.o
  763. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/utils/ext_password.c:" >> src/wpa2/utils/ext_password.d
  764. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wps -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_validate.c -o src/wps/wps_validate.o
  765. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wpa2/tls/bignum.c:" >> src/wpa2/tls/bignum.d
  766. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wps -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c -o src/wps/wps_attr_parse.o
  767. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/eap_common.c:" >> src/wps/eap_common.d
  768. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c:" >> src/wps/wps_attr_process.d
  769. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wps -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c -o src/wps/wps_dev_attr.o
  770. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wps -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c -o src/wps/wps.o
  771. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c:" >> src/wps/wps_attr_parse.d
  772. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wps -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c -o src/wps/wps_common.o
  773. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c:" >> src/wps/wps_dev_attr.d
  774. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wps -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_registrar.c -o src/wps/wps_registrar.o
  775. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c:" >> src/wps/wps.d
  776. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wps -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c -o src/wps/wps_attr_build.o
  777. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c:" >> src/wps/wps_common.d
  778. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wps -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/uuid.c -o src/wps/uuid.o
  779. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c:" >> src/wps/wps_attr_build.d
  780. 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 -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -DCONFIG_ECC -Wno-strict-aliasing -DESP_PLATFORM -D IDF_VER=\"v3.3-beta1-44-gda2116f55-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/brice/esp/esp-idf/components/wpa_supplicant/include -I /home/brice/esp/esp-idf/components/wpa_supplicant/port/include -I /home/brice/esp/esp-idf/components/app_trace/include -I /home/brice/esp/esp-idf/components/app_update/include -I /home/brice/esp/esp-idf/components/asio/asio/asio/include -I /home/brice/esp/esp-idf/components/asio/port/include -I /home/brice/esp/esp-idf/components/bootloader_support/include -I /home/brice/esp/esp-idf/components/bt/include -I /home/brice/esp/esp-idf/components/coap/port/include -I /home/brice/esp/esp-idf/components/coap/port/include/coap -I /home/brice/esp/esp-idf/components/coap/libcoap/include -I /home/brice/esp/esp-idf/components/coap/libcoap/include/coap -I /home/brice/esp/esp-idf/components/console -I /home/brice/esp/esp-idf/components/driver/include -I /home/brice/esp/esp-idf/components/esp-tls -I /home/brice/esp/esp-idf/components/esp32/include -I /home/brice/esp/esp-idf/components/esp_adc_cal/include -I /home/brice/esp/esp-idf/components/esp_event/include -I /home/brice/esp/esp-idf/components/esp_http_client/include -I /home/brice/esp/esp-idf/components/esp_http_server/include -I /home/brice/esp/esp-idf/components/esp_https_ota/include -I /home/brice/esp/esp-idf/components/esp_https_server/include -I /home/brice/esp/esp-idf/components/esp_ringbuf/include -I /home/brice/esp/esp-idf/components/ethernet/include -I /home/brice/esp/esp-idf/components/expat/expat/expat/lib -I /home/brice/esp/esp-idf/components/expat/port/include -I /home/brice/esp/esp-idf/components/fatfs/src -I /home/brice/esp/esp-idf/components/freemodbus/modbus/include -I /home/brice/esp/esp-idf/components/freemodbus/modbus_controller -I /home/brice/esp/esp-idf/components/freertos/include -I /home/brice/esp/esp-idf/components/heap/include -I /home/brice/esp/esp-idf/components/idf_test/include -I /home/brice/esp/esp-idf/components/jsmn/include -I /home/brice/esp/esp-idf/components/json/cJSON -I /home/brice/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I /home/brice/esp/esp-idf/components/libsodium/port_include -I /home/brice/esp/esp-idf/components/log/include -I /home/brice/esp/esp-idf/components/lwip/include/apps -I /home/brice/esp/esp-idf/components/lwip/lwip/src/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include -I /home/brice/esp/esp-idf/components/lwip/port/esp32/include/arch -I /home/brice/esp/esp-idf/components/lwip/include_compat -I /home/brice/esp/hello_world/main/include -I /home/brice/esp/esp-idf/components/mbedtls/port/include -I /home/brice/esp/esp-idf/components/mbedtls/mbedtls/include -I /home/brice/esp/esp-idf/components/mdns/include -I /home/brice/esp/esp-idf/components/micro-ecc/micro-ecc -I /home/brice/esp/esp-idf/components/mqtt/esp-mqtt/include -I /home/brice/esp/esp-idf/components/newlib/platform_include -I /home/brice/esp/esp-idf/components/newlib/include -I /home/brice/esp/esp-idf/components/nghttp/port/include -I /home/brice/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I /home/brice/esp/esp-idf/components/nvs_flash/include -I /home/brice/esp/esp-idf/components/openssl/include -I /home/brice/esp/esp-idf/components/protobuf-c/protobuf-c -I /home/brice/esp/esp-idf/components/protocomm/include/common -I /home/brice/esp/esp-idf/components/protocomm/include/security -I /home/brice/esp/esp-idf/components/protocomm/include/transports -I /home/brice/esp/esp-idf/components/pthread/include -I /home/brice/esp/esp-idf/components/sdmmc/include -I /home/brice/esp/esp-idf/components/smartconfig_ack/include -I /home/brice/esp/esp-idf/components/soc/esp32/include -I /home/brice/esp/esp-idf/components/soc/include -I /home/brice/esp/esp-idf/components/spi_flash/include -I /home/brice/esp/esp-idf/components/spiffs/include -I /home/brice/esp/esp-idf/components/tcp_transport/include -I /home/brice/esp/esp-idf/components/tcpip_adapter/include -I /home/brice/esp/esp-idf/components/ulp/include -I /home/brice/esp/esp-idf/components/unity/include -I /home/brice/esp/esp-idf/components/unity/unity/src -I /home/brice/esp/esp-idf/components/vfs/include -I /home/brice/esp/esp-idf/components/wear_levelling/include -I /home/brice/esp/esp-idf/components/wifi_provisioning/include -I /home/brice/esp/esp-idf/components/xtensa-debug-module/include -I /home/brice/esp/hello_world/build/include -I src/wps -c /home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c -o src/wps/wps_enrollee.o
  781. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_validate.c:" >> src/wps/wps_validate.d
  782. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/uuid.c:" >> src/wps/uuid.d
  783. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c:" >> src/wps/wps_enrollee.d
  784. echo "/home/brice/esp/esp-idf/components/wpa_supplicant/src/wps/wps_registrar.c:" >> src/wps/wps_registrar.d
  785. rm -f libwpa_supplicant.a
  786. xtensa-esp32-elf-ar cru libwpa_supplicant.a src/crypto/aes-internal-enc.o src/crypto/sha256-internal.o src/crypto/md5-internal.o src/crypto/aes-internal.o src/crypto/sha1.o src/crypto/aes-internal-dec.o src/crypto/aes-unwrap.o src/crypto/aes-wrap.o src/crypto/crypto_internal-rsa.o src/crypto/des-internal.o src/crypto/dh_groups.o src/crypto/ms_funcs.o src/crypto/crypto_mbedtls.o src/crypto/sha1-internal.o src/crypto/md4-internal.o src/crypto/dh_group5.o src/crypto/crypto_internal.o src/crypto/sha256.o src/crypto/md5.o src/crypto/aes-cbc.o src/crypto/sha1-pbkdf2.o src/crypto/rc4.o src/crypto/crypto_internal-modexp.o src/crypto/crypto_internal-cipher.o src/crypto/bignum.o port/os_xtensa.o src/fast_crypto/fast_aes-wrap.o src/fast_crypto/fast_sha256-internal.o src/fast_crypto/fast_aes-cbc.o src/fast_crypto/fast_crypto_internal.o src/fast_crypto/fast_sha256.o src/fast_crypto/fast_aes-unwrap.o src/fast_crypto/fast_crypto_internal-modexp.o src/fast_crypto/fast_crypto_internal-cipher.o src/wpa2/eap_peer/eap.o src/wpa2/eap_peer/eap_common.o src/wpa2/eap_peer/mschapv2.o src/wpa2/eap_peer/eap_tls.o src/wpa2/eap_peer/eap_tls_common.o src/wpa2/eap_peer/eap_ttls.o src/wpa2/eap_peer/eap_peap.o src/wpa2/eap_peer/eap_mschapv2.o src/wpa2/eap_peer/chap.o src/wpa2/eap_peer/eap_peap_common.o src/wpa2/tls/tlsv1_server.o src/wpa2/tls/x509v3.o src/wpa2/tls/tlsv1_cred.o src/wpa2/tls/tlsv1_client_read.o src/wpa2/tls/tlsv1_common.o src/wpa2/tls/rsa.o src/wpa2/tls/pkcs8.o src/wpa2/tls/asn1.o src/wpa2/tls/tlsv1_client.o src/wpa2/tls/tlsv1_server_read.o src/wpa2/tls/tlsv1_client_write.o src/wpa2/tls/pkcs1.o src/wpa2/tls/pkcs5.o src/wpa2/tls/tlsv1_record.o src/wpa2/tls/bignum.o src/wpa2/tls/tlsv1_server_write.o src/wpa2/tls/tls_internal.o src/wpa2/utils/base64.o src/wpa2/utils/ext_password.o src/wps/eap_common.o src/wps/wps_attr_process.o src/wps/wps_validate.o src/wps/wps_attr_parse.o src/wps/wps_dev_attr.o src/wps/wps.o src/wps/wps_common.o src/wps/wps_registrar.o src/wps/wps_attr_build.o src/wps/uuid.o src/wps/wps_enrollee.o
  787. make[1]: Leaving directory '/home/brice/esp/hello_world/build/wpa_supplicant'
  788. Target 'component-wpa_supplicant-build' responsible for '/home/brice/esp/hello_world/build/wpa_supplicant/libwpa_supplicant.a'
  789. Generating libwpa_supplicant.a.sections_info
  790. xtensa-esp32-elf-objdump -h /home/brice/esp/hello_world/build/wpa_supplicant/libwpa_supplicant.a > /home/brice/esp/hello_world/build/wpa_supplicant/libwpa_supplicant.a.sections_info
  791. printf "/home/brice/esp/hello_world/build/app_trace/libapp_trace.a.sections_info\n /home/brice/esp/hello_world/build/app_update/libapp_update.a.sections_info\n /home/brice/esp/hello_world/build/asio/libasio.a.sections_info\n /home/brice/esp/hello_world/build/aws_iot/libaws_iot.a.sections_info\n /home/brice/esp/hello_world/build/bootloader_support/libbootloader_support.a.sections_info\n /home/brice/esp/hello_world/build/bt/libbt.a.sections_info\n /home/brice/esp/hello_world/build/coap/libcoap.a.sections_info\n /home/brice/esp/hello_world/build/console/libconsole.a.sections_info\n /home/brice/esp/hello_world/build/cxx/libcxx.a.sections_info\n /home/brice/esp/hello_world/build/driver/libdriver.a.sections_info\n /home/brice/esp/hello_world/build/esp-tls/libesp-tls.a.sections_info\n /home/brice/esp/hello_world/build/esp32/libesp32.a.sections_info\n /home/brice/esp/hello_world/build/esp_adc_cal/libesp_adc_cal.a.sections_info\n /home/brice/esp/hello_world/build/esp_event/libesp_event.a.sections_info\n /home/brice/esp/hello_world/build/esp_http_client/libesp_http_client.a.sections_info\n /home/brice/esp/hello_world/build/esp_http_server/libesp_http_server.a.sections_info\n /home/brice/esp/hello_world/build/esp_https_ota/libesp_https_ota.a.sections_info\n /home/brice/esp/hello_world/build/esp_https_server/libesp_https_server.a.sections_info\n /home/brice/esp/hello_world/build/esp_ringbuf/libesp_ringbuf.a.sections_info\n /home/brice/esp/hello_world/build/ethernet/libethernet.a.sections_info\n /home/brice/esp/hello_world/build/expat/libexpat.a.sections_info\n /home/brice/esp/hello_world/build/fatfs/libfatfs.a.sections_info\n /home/brice/esp/hello_world/build/freemodbus/libfreemodbus.a.sections_info\n /home/brice/esp/hello_world/build/freertos/libfreertos.a.sections_info\n /home/brice/esp/hello_world/build/heap/libheap.a.sections_info\n /home/brice/esp/hello_world/build/idf_test/libidf_test.a.sections_info\n /home/brice/esp/hello_world/build/jsmn/libjsmn.a.sections_info\n /home/brice/esp/hello_world/build/json/libjson.a.sections_info\n /home/brice/esp/hello_world/build/libsodium/liblibsodium.a.sections_info\n /home/brice/esp/hello_world/build/log/liblog.a.sections_info\n /home/brice/esp/hello_world/build/lwip/liblwip.a.sections_info\n /home/brice/esp/hello_world/build/main/libmain.a.sections_info\n /home/brice/esp/hello_world/build/mbedtls/libmbedtls.a.sections_info\n /home/brice/esp/hello_world/build/mdns/libmdns.a.sections_info\n /home/brice/esp/hello_world/build/micro-ecc/libmicro-ecc.a.sections_info\n /home/brice/esp/hello_world/build/mqtt/libmqtt.a.sections_info\n /home/brice/esp/hello_world/build/newlib/libnewlib.a.sections_info\n /home/brice/esp/hello_world/build/nghttp/libnghttp.a.sections_info\n /home/brice/esp/hello_world/build/nvs_flash/libnvs_flash.a.sections_info\n /home/brice/esp/hello_world/build/openssl/libopenssl.a.sections_info\n /home/brice/esp/hello_world/build/protobuf-c/libprotobuf-c.a.sections_info\n /home/brice/esp/hello_world/build/protocomm/libprotocomm.a.sections_info\n /home/brice/esp/hello_world/build/pthread/libpthread.a.sections_info\n /home/brice/esp/hello_world/build/sdmmc/libsdmmc.a.sections_info\n /home/brice/esp/hello_world/build/smartconfig_ack/libsmartconfig_ack.a.sections_info\n /home/brice/esp/hello_world/build/soc/libsoc.a.sections_info\n /home/brice/esp/hello_world/build/spi_flash/libspi_flash.a.sections_info\n /home/brice/esp/hello_world/build/spiffs/libspiffs.a.sections_info\n /home/brice/esp/hello_world/build/tcp_transport/libtcp_transport.a.sections_info\n /home/brice/esp/hello_world/build/tcpip_adapter/libtcpip_adapter.a.sections_info\n /home/brice/esp/hello_world/build/ulp/libulp.a.sections_info\n /home/brice/esp/hello_world/build/unity/libunity.a.sections_info\n /home/brice/esp/hello_world/build/vfs/libvfs.a.sections_info\n /home/brice/esp/hello_world/build/wear_levelling/libwear_levelling.a.sections_info\n /home/brice/esp/hello_world/build/wifi_provisioning/libwifi_provisioning.a.sections_info\n /home/brice/esp/hello_world/build/wpa_supplicant/libwpa_supplicant.a.sections_info\n /home/brice/esp/hello_world/build/xtensa-debug-module/libxtensa-debug-module.a.sections_info\n" > /home/brice/esp/hello_world/build/ldgen.section_infos
  792. Generating esp32.common.ld
  793. python /home/brice/esp/esp-idf/tools/ldgen/ldgen.py --input /home/brice/esp/esp-idf/components/esp32/ld/esp32.common.ld.in --config /home/brice/esp/hello_world/sdkconfig --fragments /home/brice/esp/esp-idf/components/app_trace/linker.lf /home/brice/esp/esp-idf/components/esp32/ld/esp32_fragments.lf /home/brice/esp/esp-idf/components/esp32/linker.lf /home/brice/esp/esp-idf/components/esp_ringbuf/linker.lf /home/brice/esp/esp-idf/components/freertos/linker.lf /home/brice/esp/esp-idf/components/heap/linker.lf /home/brice/esp/esp-idf/components/soc/linker.lf /home/brice/esp/esp-idf/components/spi_flash/linker.lf /home/brice/esp/esp-idf/components/xtensa-debug-module/linker.lf --output /home/brice/esp/hello_world/build/esp32/esp32.common.ld --sections /home/brice/esp/hello_world/build/ldgen.section_infos --kconfig /home/brice/esp/esp-idf/Kconfig --env "COMPONENT_KCONFIGS=/home/brice/esp/esp-idf/components/app_trace/Kconfig /home/brice/esp/esp-idf/components/aws_iot/Kconfig /home/brice/esp/esp-idf/components/bt/Kconfig /home/brice/esp/esp-idf/components/driver/Kconfig /home/brice/esp/esp-idf/components/esp32/Kconfig /home/brice/esp/esp-idf/components/esp_adc_cal/Kconfig /home/brice/esp/esp-idf/components/esp_event/Kconfig /home/brice/esp/esp-idf/components/esp_http_client/Kconfig /home/brice/esp/esp-idf/components/esp_http_server/Kconfig /home/brice/esp/esp-idf/components/ethernet/Kconfig /home/brice/esp/esp-idf/components/fatfs/Kconfig /home/brice/esp/esp-idf/components/freemodbus/Kconfig /home/brice/esp/esp-idf/components/freertos/Kconfig /home/brice/esp/esp-idf/components/heap/Kconfig /home/brice/esp/esp-idf/components/libsodium/Kconfig /home/brice/esp/esp-idf/components/log/Kconfig /home/brice/esp/esp-idf/components/lwip/Kconfig /home/brice/esp/esp-idf/components/mbedtls/Kconfig /home/brice/esp/esp-idf/components/mdns/Kconfig /home/brice/esp/esp-idf/components/mqtt/Kconfig /home/brice/esp/esp-idf/components/nvs_flash/Kconfig /home/brice/esp/esp-idf/components/openssl/Kconfig /home/brice/esp/esp-idf/components/pthread/Kconfig /home/brice/esp/esp-idf/components/spi_flash/Kconfig /home/brice/esp/esp-idf/components/spiffs/Kconfig /home/brice/esp/esp-idf/components/tcpip_adapter/Kconfig /home/brice/esp/esp-idf/components/unity/Kconfig /home/brice/esp/esp-idf/components/vfs/Kconfig /home/brice/esp/esp-idf/components/wear_levelling/Kconfig " --env "COMPONENT_KCONFIGS_PROJBUILD= /home/brice/esp/esp-idf/components/app_update/Kconfig.projbuild /home/brice/esp/esp-idf/components/bootloader/Kconfig.projbuild /home/brice/esp/esp-idf/components/esptool_py/Kconfig.projbuild /home/brice/esp/esp-idf/components/partition_table/Kconfig.projbuild " --env "IDF_CMAKE=n"
  794. xtensa-esp32-elf-gcc -nostdlib -u call_user_start_cpu0 -Wl,--gc-sections -Wl,-static -Wl,--start-group -L/home/brice/esp/hello_world/build/app_trace -lapp_trace -L/home/brice/esp/hello_world/build/app_update -lapp_update -u esp_app_desc -L/home/brice/esp/hello_world/build/asio -lasio -L/home/brice/esp/hello_world/build/aws_iot -L/home/brice/esp/hello_world/build/bootloader_support -lbootloader_support -L/home/brice/esp/hello_world/build/bt -lbt -L/home/brice/esp/hello_world/build/coap -lcoap -L/home/brice/esp/hello_world/build/console -lconsole -L/home/brice/esp/hello_world/build/cxx -lcxx -u __cxa_guard_dummy -u __cxx_fatal_exception -L/home/brice/esp/hello_world/build/driver -ldriver -L/home/brice/esp/hello_world/build/esp-tls -lesp-tls -L/home/brice/esp/hello_world/build/esp32 -lesp32 /home/brice/esp/esp-idf/components/esp32/libhal.a -L/home/brice/esp/esp-idf/components/esp32/lib -lcore -lrtc -lnet80211 -lpp -lwpa -lsmartconfig -lcoexist -lwps -lwpa2 -lespnow -lphy -lmesh -L /home/brice/esp/esp-idf/components/esp32/ld -T esp32_out.ld -u ld_include_panic_highint_hdl -T /home/brice/esp/hello_world/build/esp32/esp32.common.ld -T esp32.rom.ld -T esp32.peripherals.ld -T esp32.rom.libgcc.ld -T esp32.rom.spiram_incompatible_fns.ld -L/home/brice/esp/hello_world/build/esp_adc_cal -lesp_adc_cal -L/home/brice/esp/hello_world/build/esp_event -lesp_event -L/home/brice/esp/hello_world/build/esp_http_client -lesp_http_client -L/home/brice/esp/hello_world/build/esp_http_server -lesp_http_server -L/home/brice/esp/hello_world/build/esp_https_ota -lesp_https_ota -L/home/brice/esp/hello_world/build/esp_https_server -lesp_https_server -L/home/brice/esp/hello_world/build/esp_ringbuf -lesp_ringbuf -L/home/brice/esp/hello_world/build/ethernet -lethernet -L/home/brice/esp/hello_world/build/expat -lexpat -L/home/brice/esp/hello_world/build/fatfs -lfatfs -L/home/brice/esp/hello_world/build/freemodbus -lfreemodbus -L/home/brice/esp/hello_world/build/freertos -lfreertos -Wl,--undefined=uxTopUsedPriority -L/home/brice/esp/hello_world/build/heap -lheap -L/home/brice/esp/hello_world/build/idf_test -lidf_test -L/home/brice/esp/hello_world/build/jsmn -ljsmn -L/home/brice/esp/hello_world/build/json -ljson -L/home/brice/esp/hello_world/build/libsodium -llibsodium -L/home/brice/esp/hello_world/build/log -llog -L/home/brice/esp/hello_world/build/lwip -llwip -L/home/brice/esp/hello_world/build/main -lmain -L/home/brice/esp/hello_world/build/mbedtls -lmbedtls -L/home/brice/esp/hello_world/build/mdns -lmdns -L/home/brice/esp/hello_world/build/micro-ecc -lmicro-ecc -L/home/brice/esp/hello_world/build/mqtt -lmqtt -L/home/brice/esp/hello_world/build/newlib /home/brice/esp/esp-idf/components/newlib/lib/libc.a /home/brice/esp/esp-idf/components/newlib/lib/libm.a -lnewlib -L/home/brice/esp/hello_world/build/nghttp -lnghttp -L/home/brice/esp/hello_world/build/nvs_flash -lnvs_flash -L/home/brice/esp/hello_world/build/openssl -lopenssl -L/home/brice/esp/hello_world/build/protobuf-c -lprotobuf-c -L/home/brice/esp/hello_world/build/protocomm -lprotocomm -L/home/brice/esp/hello_world/build/pthread -lpthread -L/home/brice/esp/hello_world/build/sdmmc -lsdmmc -L/home/brice/esp/hello_world/build/smartconfig_ack -lsmartconfig_ack -L/home/brice/esp/hello_world/build/soc -lsoc -L/home/brice/esp/hello_world/build/spi_flash -lspi_flash -L/home/brice/esp/hello_world/build/spiffs -lspiffs -L/home/brice/esp/hello_world/build/tcp_transport -ltcp_transport -L/home/brice/esp/hello_world/build/tcpip_adapter -ltcpip_adapter -L/home/brice/esp/hello_world/build/ulp -lulp -L/home/brice/esp/hello_world/build/unity -lunity -L/home/brice/esp/hello_world/build/vfs -lvfs -L/home/brice/esp/hello_world/build/wear_levelling -lwear_levelling -L/home/brice/esp/hello_world/build/wifi_provisioning -lwifi_provisioning -L/home/brice/esp/hello_world/build/wpa_supplicant -lwpa_supplicant -L/home/brice/esp/hello_world/build/xtensa-debug-module -lxtensa-debug-module -lgcc -lstdc++ -lgcov -Wl,--end-group -Wl,-EL -o /home/brice/esp/hello_world/build/hello-world.elf -Wl,-Map=/home/brice/esp/hello_world/build/hello-world.map
  795. /home/brice/esp/hello_world/build/esp32/libesp32.a(cpu_start.o):(.literal.main_task+0x18): undefined reference to `app_main'
  796. /home/brice/esp/hello_world/build/esp32/libesp32.a(cpu_start.o): In function `main_task':
  797. /home/brice/esp/esp-idf/components/esp32/cpu_start.c:506: undefined reference to `app_main'
  798. collect2: error: ld returned 1 exit status
  799. make: *** [/home/brice/esp/esp-idf//make/project.mk:458: /home/brice/esp/hello_world/build/hello-world.elf] Error 1
  800.  
  801. 18:44:49 Build Failed. 2 errors, 0 warnings. (took 7s.548ms)
Add Comment
Please, Sign In to add comment