Skip to content

Instantly share code, notes, and snippets.

@Micrified
Created September 24, 2019 22:18
Show Gist options
  • Save Micrified/7a75369a48e1b9fe4b72ac47073382dc to your computer and use it in GitHub Desktop.
Save Micrified/7a75369a48e1b9fe4b72ac47073382dc to your computer and use it in GitHub Desktop.
Updated log file
This file has been truncated, but you can view the full file.
Python requirements from /Users/Owatch/Documents/Somnox/esp-idf/requirements.txt are satisfied.
Warn about uninitialized values.
-- Found Git: /usr/local/bin/git (found version "2.19.0")
-- Unexpected file in components directory: /Users/Owatch/Documents/Somnox/esp-idf/components/.DS_Store
-- IDF_TARGET not set, using default target: esp32
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
-- Check for working C compiler: /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
-- Check for working C compiler: /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++
-- Check for working CXX compiler: /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Project is not inside a git repository, will not use 'git describe' to determine PROJECT_VER.
-- Project version: 1
-- Building ESP-IDF components for target esp32
Loading defaults file /Users/Owatch/Documents/Somnox/gatt_server/sdkconfig.defaults...
-- Found PythonInterp: /Users/Owatch/Documents/Somnox/esp-idf/tools/python_env/idf4.0_py2.7_env/bin/python (found version "2.7.15")
-- Found Perl: /usr/bin/perl (found version "5.18.2")
-- Adding linker script /Users/Owatch/Documents/Somnox/gatt_server/build/esp-idf/esp32/esp32_out.ld
-- Adding linker script /Users/Owatch/Documents/Somnox/esp-idf/components/esp32/ld/esp32.project.ld.in
-- Adding linker script /Users/Owatch/Documents/Somnox/esp-idf/components/esp32/ld/esp32.peripherals.ld
-- Adding linker script /Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld
-- Adding linker script /Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
-- Adding linker script /Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld
-- Adding linker script /Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld
-- Adding linker script /Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld
-- Components: app_trace app_update asio bootloader bootloader_support bt coap console cxx driver efuse esp-tls esp32 esp_adc_cal esp_common esp_eth esp_event esp_gdbstub esp_http_client esp_http_server esp_https_ota esp_https_server esp_local_ctrl esp_ringbuf esp_rom esp_websocket_client esp_wifi espcoredump esptool_py expat fatfs freemodbus freertos heap idf_test jsmn json libsodium log lwip main mbedtls mdns mqtt newlib nghttp nvs_flash openssl partition_table protobuf-c protocomm pthread sdmmc smartconfig_ack soc spi_flash spiffs tcp_transport tcpip_adapter ulp unity vfs wear_levelling wifi_provisioning wpa_supplicant xtensa
-- Component paths: /Users/Owatch/Documents/Somnox/esp-idf/components/app_trace /Users/Owatch/Documents/Somnox/esp-idf/components/app_update /Users/Owatch/Documents/Somnox/esp-idf/components/asio /Users/Owatch/Documents/Somnox/esp-idf/components/bootloader /Users/Owatch/Documents/Somnox/esp-idf/components/bootloader_support /Users/Owatch/Documents/Somnox/esp-idf/components/bt /Users/Owatch/Documents/Somnox/esp-idf/components/coap /Users/Owatch/Documents/Somnox/esp-idf/components/console /Users/Owatch/Documents/Somnox/esp-idf/components/cxx /Users/Owatch/Documents/Somnox/esp-idf/components/driver /Users/Owatch/Documents/Somnox/esp-idf/components/efuse /Users/Owatch/Documents/Somnox/esp-idf/components/esp-tls /Users/Owatch/Documents/Somnox/esp-idf/components/esp32 /Users/Owatch/Documents/Somnox/esp-idf/components/esp_adc_cal /Users/Owatch/Documents/Somnox/esp-idf/components/esp_common /Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth /Users/Owatch/Documents/Somnox/esp-idf/components/esp_event /Users/Owatch/Documents/Somnox/esp-idf/components/esp_gdbstub /Users/Owatch/Documents/Somnox/esp-idf/components/esp_http_client /Users/Owatch/Documents/Somnox/esp-idf/components/esp_http_server /Users/Owatch/Documents/Somnox/esp-idf/components/esp_https_ota /Users/Owatch/Documents/Somnox/esp-idf/components/esp_https_server /Users/Owatch/Documents/Somnox/esp-idf/components/esp_local_ctrl /Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf /Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom /Users/Owatch/Documents/Somnox/esp-idf/components/esp_websocket_client /Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi /Users/Owatch/Documents/Somnox/esp-idf/components/espcoredump /Users/Owatch/Documents/Somnox/esp-idf/components/esptool_py /Users/Owatch/Documents/Somnox/esp-idf/components/expat /Users/Owatch/Documents/Somnox/esp-idf/components/fatfs /Users/Owatch/Documents/Somnox/esp-idf/components/freemodbus /Users/Owatch/Documents/Somnox/esp-idf/components/freertos /Users/Owatch/Documents/Somnox/esp-idf/components/heap /Users/Owatch/Documents/Somnox/esp-idf/components/idf_test /Users/Owatch/Documents/Somnox/esp-idf/components/jsmn /Users/Owatch/Documents/Somnox/esp-idf/components/json /Users/Owatch/Documents/Somnox/esp-idf/components/libsodium /Users/Owatch/Documents/Somnox/esp-idf/components/log /Users/Owatch/Documents/Somnox/esp-idf/components/lwip /Users/Owatch/Documents/Somnox/gatt_server/main /Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls /Users/Owatch/Documents/Somnox/esp-idf/components/mdns /Users/Owatch/Documents/Somnox/esp-idf/components/mqtt /Users/Owatch/Documents/Somnox/esp-idf/components/newlib /Users/Owatch/Documents/Somnox/esp-idf/components/nghttp /Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash /Users/Owatch/Documents/Somnox/esp-idf/components/openssl /Users/Owatch/Documents/Somnox/esp-idf/components/partition_table /Users/Owatch/Documents/Somnox/esp-idf/components/protobuf-c /Users/Owatch/Documents/Somnox/esp-idf/components/protocomm /Users/Owatch/Documents/Somnox/esp-idf/components/pthread /Users/Owatch/Documents/Somnox/esp-idf/components/sdmmc /Users/Owatch/Documents/Somnox/esp-idf/components/smartconfig_ack /Users/Owatch/Documents/Somnox/esp-idf/components/soc /Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash /Users/Owatch/Documents/Somnox/esp-idf/components/spiffs /Users/Owatch/Documents/Somnox/esp-idf/components/tcp_transport /Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter /Users/Owatch/Documents/Somnox/esp-idf/components/ulp /Users/Owatch/Documents/Somnox/esp-idf/components/unity /Users/Owatch/Documents/Somnox/esp-idf/components/vfs /Users/Owatch/Documents/Somnox/esp-idf/components/wear_levelling /Users/Owatch/Documents/Somnox/esp-idf/components/wifi_provisioning /Users/Owatch/Documents/Somnox/esp-idf/components/wpa_supplicant /Users/Owatch/Documents/Somnox/esp-idf/components/xtensa
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/Owatch/Documents/Somnox/gatt_server/build
[1/1071] cd /Users/Owatch/Documents/Somnox/gatt_server/build && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E touch /Users/Owatch/Documents/Somnox/gatt_server/build/project_elf_src.c
[2/1071] cd /Users/Owatch/Documents/Somnox/gatt_server/build/esp-idf/esp32 && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -C -P -x c -E -o esp32_out.ld -I /Users/Owatch/Documents/Somnox/gatt_server/build/config /Users/Owatch/Documents/Somnox/esp-idf/components/esp32/ld/esp32.ld
[3/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj -MF esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj.d -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/eri.c
[4/1071] cd /Users/Owatch/Documents/Somnox/gatt_server/build/esp-idf/partition_table && /Users/Owatch/Documents/Somnox/esp-idf/tools/python_env/idf4.0_py2.7_env/bin/python /Users/Owatch/Documents/Somnox/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --disable-md5sum --flash-size 2MB /Users/Owatch/Documents/Somnox/esp-idf/components/partition_table/partitions_singleapp.csv /Users/Owatch/Documents/Somnox/gatt_server/build/partition_table/partition-table.bin
[5/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj -MF esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj.d -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/debug_helpers_asm.S
[6/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj -MF esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj.d -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/trax.c
[7/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj -MF esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj.d -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/debug_helpers.c
[8/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj -MF esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj.d -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/src/dbg_stubs.c
[9/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ets_timer_legacy.c.obj -MF esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ets_timer_legacy.c.obj.d -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ets_timer_legacy.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/src/ets_timer_legacy.c
[10/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_update/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bootloader_support/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/pthread/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/wpa_supplicant/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/wpa_supplicant/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/Users/Owatch/Documents/Somnox/esp-idf/components/espcoredump/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj -MF esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj.d -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/esp32/task_wdt.c
[11/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj -MF esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj.d -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/src/esp_err_to_name.c
[12/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj -MF esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj.d -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/src/freertos_hooks.c
[13/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/esp_rom.c.obj -MF esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/esp_rom.c.obj.d -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/esp_rom.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/esp_rom.c
[14/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -fno-stack-protector -MD -MT esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj -MF esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj.d -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/src/stack_check.c
[15/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj -MF esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj.d -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/src/ipc.c
[16/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_timer.c.obj -MF esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_timer.c.obj.d -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_timer.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/src/esp_timer.c
[17/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/gpio_periph.c
[18/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/cpu_util.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/cpu_util.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/cpu_util.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/cpu_util.c
[19/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj -MF esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj.d -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/src/pm_locks.c
[20/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_periph.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_periph.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_periph.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/rtc_periph.c
[21/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_pm.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_pm.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_pm.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/rtc_pm.c
[22/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_clk_init.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_clk_init.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_clk_init.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/rtc_clk_init.c
[23/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_init.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_init.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_init.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/rtc_init.c
[24/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_time.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_time.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_time.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/rtc_time.c
[25/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_wdt.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_wdt.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_wdt.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/rtc_wdt.c
[26/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/sdmmc_periph.c
[27/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/sdio_slave_periph.c
[28/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/soc_memory_layout.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/soc_memory_layout.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/soc_memory_layout.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/soc_memory_layout.c
[29/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_sleep.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_sleep.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_sleep.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/rtc_sleep.c
[30/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/spi_periph.c
[31/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/src/lldesc.c
[32/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/src/memory_layout_utils.c
[33/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj -MF esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj.d -o esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/ringbuf.c
[34/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -fno-jump-tables -fno-tree-switch-conversion -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_clk.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_clk.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_clk.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/rtc_clk.c
[35/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/src/hal/spi_hal.c
[36/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/src/hal/spi_slave_hal.c
[37/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/src/soc_include_legacy_warn.c
[38/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/src/hal/spi_slave_hal_iram.c
[39/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/src/hal/spi_flash_hal.c
[40/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/src/hal/spi_hal_iram.c
[41/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_hal.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_hal.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_hal.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/emac_hal.c
[42/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj -MF esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj.d -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/soc/src/hal/spi_flash_hal_iram.c
[43/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/croutine.c.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/croutine.c.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/croutine.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/croutine.c
[44/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj -MF esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj.d -o esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/heap/heap_caps_init.c
[45/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/FreeRTOS-openocd.c
[46/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj -MF esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj.d -o esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/log/log.c
[47/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/list.c.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/list.c.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/list.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/list.c
[48/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/portasm.S.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/portasm.S.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/portasm.S.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/portasm.S
[49/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj -MF esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj.d -o esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/heap/heap_caps.c
[50/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D_ESP_FREERTOS_INTERNAL -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/event_groups.c.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/event_groups.c.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/event_groups.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/event_groups.c
[51/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_context.S.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_context.S.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_context.S.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/xtensa_context.S
[52/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port.c.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port.c.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/port.c
[53/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_init.c.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_init.c.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_init.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/xtensa_init.c
[54/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_intr_asm.S.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_intr_asm.S.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_intr_asm.S.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/xtensa_intr_asm.S
[55/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D_ESP_FREERTOS_INTERNAL -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/timers.c.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/timers.c.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/timers.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/timers.c
[56/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_intr.c.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_intr.c.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_intr.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/xtensa_intr.c
[57/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_vector_defaults.S.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_vector_defaults.S.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_vector_defaults.S.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/xtensa_vector_defaults.S
[58/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_vectors.S.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_vectors.S.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_vectors.S.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/xtensa_vectors.S
[59/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj -MF esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj.d -o esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/heap/multi_heap.c
[60/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_overlay_os_hook.c.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_overlay_os_hook.c.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_overlay_os_hook.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/xtensa_overlay_os_hook.c
[61/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -fno-builtin -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/heap.c
[62/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D_ESP_FREERTOS_INTERNAL -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/queue.c.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/queue.c.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/queue.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/queue.c
[63/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/locks.c
[64/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj -MF esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj.d -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/vfs/vfs_semihost.c
[65/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/poll.c
[66/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/pread.c
[67/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/pwrite.c
[68/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/pthread.c
[69/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/random.c
[70/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/reent_init.c
[71/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/select.c
[72/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/syscalls.c
[73/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/syscall_table.c
[74/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/termios.c
[75/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj -MF esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj.d -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/vfs/vfs_uart.c
[76/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/utime.c
[77/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage -MD -MT esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj -MF esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj.d -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/app_trace.c
[78/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-rtti -fno-exceptions -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj -MF esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj.d -o esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/cxx/cxx_exception_stubs.cpp
[79/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage -MD -MT esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj -MF esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj.d -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/host_file_io.c
[80/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj -MF esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj.d -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/newlib/time.c
[81/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage -MD -MT esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj -MF esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj.d -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/app_trace_util.c
[82/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage -MD -MT esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov/gcov_rtio.c.obj -MF esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov/gcov_rtio.c.obj.d -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov/gcov_rtio.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/gcov/gcov_rtio.c
[83/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D_ESP_FREERTOS_INTERNAL -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include/freertos -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/. -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/freertos/CMakeFiles/__idf_freertos.dir/tasks.c.obj -MF esp-idf/freertos/CMakeFiles/__idf_freertos.dir/tasks.c.obj.d -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/tasks.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/freertos/tasks.c
[84/1071] : && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E remove esp-idf/app_trace/libapp_trace.a && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc esp-idf/app_trace/libapp_trace.a esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov/gcov_rtio.c.obj && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib esp-idf/app_trace/libapp_trace.a && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E touch esp-idf/app_trace/libapp_trace.a && :
[85/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj -MF esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj.d -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/vfs/vfs.c
[86/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/common/btc/core/btc_alarm.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/common/btc/core/btc_alarm.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/common/btc/core/btc_alarm.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/core/btc_alarm.c
[87/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/common/btc/core/btc_manage.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/common/btc/core/btc_manage.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/common/btc/core/btc_manage.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/core/btc_manage.c
[88/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/common/osi/allocator.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/common/osi/allocator.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/common/osi/allocator.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/allocator.c
[89/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-rtti -fno-exceptions -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -MD -MT esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj -MF esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj.d -o esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/cxx/cxx_guards.cpp
[90/1071] : && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E remove esp-idf/cxx/libcxx.a && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc esp-idf/cxx/libcxx.a esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib esp-idf/cxx/libcxx.a && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E touch esp-idf/cxx/libcxx.a && :
[91/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/common/osi/alarm.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/common/osi/alarm.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/common/osi/alarm.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/alarm.c
[92/1071] : && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E remove esp-idf/newlib/libnewlib.a && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc esp-idf/newlib/libnewlib.a esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib esp-idf/newlib/libnewlib.a && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E touch esp-idf/newlib/libnewlib.a && :
[93/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/common/btc/core/btc_task.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/common/btc/core/btc_task.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/common/btc/core/btc_task.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/core/btc_task.c
[94/1071] : && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E remove esp-idf/vfs/libvfs.a && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc esp-idf/vfs/libvfs.a esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib esp-idf/vfs/libvfs.a && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E touch esp-idf/vfs/libvfs.a && :
[95/1071] : && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E remove esp-idf/freertos/libfreertos.a && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc esp-idf/freertos/libfreertos.a esp-idf/freertos/CMakeFiles/__idf_freertos.dir/croutine.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/event_groups.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/list.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/portasm.S.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/queue.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/tasks.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/timers.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_context.S.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_init.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_intr.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_intr_asm.S.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_overlay_os_hook.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_vector_defaults.S.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa_vectors.S.obj && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib esp-idf/freertos/libfreertos.a && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E touch esp-idf/freertos/libfreertos.a && :
[96/1071] : && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E remove esp-idf/heap/libheap.a && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc esp-idf/heap/libheap.a esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib esp-idf/heap/libheap.a && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E touch esp-idf/heap/libheap.a && :
[97/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_bt_main.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_bt_main.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_bt_main.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/esp_bt_main.c
[98/1071] : && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E remove esp-idf/log/liblog.a && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc esp-idf/log/liblog.a esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib esp-idf/log/liblog.a && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E touch esp-idf/log/liblog.a && :
[99/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/controller/bt.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/controller/bt.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/controller/bt.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/controller/bt.c
[100/1071] : && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E remove esp-idf/soc/libsoc.a && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc esp-idf/soc/libsoc.a esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/cpu_util.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_clk.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_clk_init.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_init.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_pm.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_sleep.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_time.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_wdt.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/soc_memory_layout.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib esp-idf/soc/libsoc.a && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E touch esp-idf/soc/libsoc.a && :
[101/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gap_bt_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gap_bt_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gap_bt_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/esp_gap_bt_api.c
[102/1071] : && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E remove esp-idf/esp_rom/libesp_rom.a && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc esp-idf/esp_rom/libesp_rom.a esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/esp_rom.c.obj && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib esp-idf/esp_rom/libesp_rom.a && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E touch esp-idf/esp_rom/libesp_rom.a && :
[103/1071] : && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E remove esp-idf/esp_common/libesp_common.a && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc esp-idf/esp_common/libesp_common.a esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_timer.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ets_timer_legacy.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib esp-idf/esp_common/libesp_common.a && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E touch esp-idf/esp_common/libesp_common.a && :
[104/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gatt_common_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gatt_common_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gatt_common_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/esp_gatt_common_api.c
[105/1071] : && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E remove esp-idf/xtensa/libxtensa.a && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc esp-idf/xtensa/libxtensa.a esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj && /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib esp-idf/xtensa/libxtensa.a && /usr/local/Cellar/cmake/3.15.3/bin/cmake -E touch esp-idf/xtensa/libxtensa.a && :
[106/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_spp_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_spp_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_spp_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/esp_spp_api.c
[107/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gap_ble_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gap_ble_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gap_ble_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/esp_gap_ble_api.c
[108/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_hf_client_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_hf_client_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_hf_client_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/esp_hf_client_api.c
[109/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gatts_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gatts_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gatts_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/esp_gatts_api.c
[110/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_aact.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_aact.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_aact.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/bta_av_aact.c
[111/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_act.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_act.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_act.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/bta_av_act.c
[112/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gattc_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gattc_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/api/esp_gattc_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/esp_gattc_api.c
[113/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/bta_av_api.c
[114/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_main.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_main.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_main.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/bta_av_main.c
[115/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/ar/bta_ar.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/ar/bta_ar.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/ar/bta_ar.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/bta_ar.c
[116/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_sbc.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_sbc.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_sbc.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/bta_av_sbc.c
[117/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_cfg.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_cfg.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_cfg.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/bta_av_cfg.c
[118/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_ssm.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_ssm.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_ssm.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/bta_av_ssm.c
[119/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_ci.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_ci.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/av/bta_av_ci.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/bta_av_ci.c
[120/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_ci.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_ci.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_ci.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/bta_dm_ci.c
[121/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_cfg.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_cfg.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_cfg.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/bta_dm_cfg.c
[122/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_co.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_co.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_co.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/bta_dm_co.c
[123/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_pm.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_pm.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_pm.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/bta_dm_pm.c
[124/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_main.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_main.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_main.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/bta_dm_main.c
[125/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_sco.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_sco.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_sco.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/bta_dm_sco.c
[126/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatt_common.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatt_common.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatt_common.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gatt_common.c
[127/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/bta_dm_api.c
[128/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gattc_api.c
[129/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_ci.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_ci.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_ci.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gattc_ci.c
[130/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_main.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_main.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_main.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gattc_main.c
[131/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_act.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_act.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_act.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gattc_act.c
[132/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_co.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_co.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_co.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gattc_co.c
[133/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_act.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_act.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/dm/bta_dm_act.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/bta_dm_act.c
[134/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_cache.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_cache.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_cache.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gattc_cache.c
[135/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_co.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_co.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_co.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gatts_co.c
[136/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gatts_api.c
[137/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_utils.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_utils.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gattc_utils.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gattc_utils.c
[138/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_act.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_act.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_act.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/bta_hh_act.c
[139/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/bta_hh_api.c
[140/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_main.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_main.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_main.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gatts_main.c
[141/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_cfg.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_cfg.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_cfg.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/bta_hh_cfg.c
[142/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_act.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_act.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_act.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gatts_act.c
[143/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_utils.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_utils.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/gatt/bta_gatts_utils.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gatts_utils.c
[144/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_main.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_main.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_main.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/bta_hh_main.c
[145/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_utils.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_utils.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_utils.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/bta_hh_utils.c
[146/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_le.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_le.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hh/bta_hh_le.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/bta_hh_le.c
[147/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/jv/bta_jv_cfg.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/jv/bta_jv_cfg.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/jv/bta_jv_cfg.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/bta_jv_cfg.c
[148/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/jv/bta_jv_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/jv/bta_jv_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/jv/bta_jv_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/bta_jv_api.c
[149/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/jv/bta_jv_main.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/jv/bta_jv_main.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/jv/bta_jv_main.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/bta_jv_main.c
[150/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/jv/bta_jv_act.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/jv/bta_jv_act.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/jv/bta_jv_act.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/bta_jv_act.c
[151/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_act.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_act.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_act.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/bta_hf_client_act.c
[152/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/bta_hf_client_api.c
[153/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_at.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_at.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_at.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/bta_hf_client_at.c
[154/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_cmd.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_cmd.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_cmd.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/bta_hf_client_cmd.c
[155/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_main.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_main.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_main.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/bta_hf_client_main.c
[156/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_rfc.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_rfc.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_rfc.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/bta_hf_client_rfc.c
[157/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_sco.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_sco.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_sco.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/bta_hf_client_sco.c
[158/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_sdp.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_sdp.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/hf_client/bta_hf_client_sdp.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/bta_hf_client_sdp.c
[159/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sdp/bta_sdp.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sdp/bta_sdp.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sdp/bta_sdp.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/bta_sdp.c
[160/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sdp/bta_sdp_cfg.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sdp/bta_sdp_cfg.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sdp/bta_sdp_cfg.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/bta_sdp_cfg.c
[161/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sdp/bta_sdp_act.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sdp/bta_sdp_act.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sdp/bta_sdp_act.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/bta_sdp_act.c
[162/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sdp/bta_sdp_api.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sdp/bta_sdp_api.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sdp/bta_sdp_api.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/bta_sdp_api.c
[163/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sys/utl.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sys/utl.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sys/utl.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/utl.c
[164/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sys/bta_sys_conn.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sys/bta_sys_conn.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sys/bta_sys_conn.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/bta_sys_conn.c
[165/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sys/bta_sys_main.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sys/bta_sys_main.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/bta/sys/bta_sys_main.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/bta_sys_main.c
[166/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_config.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_config.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_config.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/core/btc_config.c
[167/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_dev.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_dev.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_dev.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/core/btc_dev.c
[168/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_sec.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_sec.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_sec.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/core/btc_sec.c
[169/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_profile_queue.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_profile_queue.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_profile_queue.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/core/btc_profile_queue.c
[170/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_sm.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_sm.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_sm.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/core/btc_sm.c
[171/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_ble_storage.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_ble_storage.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_ble_storage.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/core/btc_ble_storage.c
[172/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_main.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_main.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_main.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/core/btc_main.c
[173/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_dm.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_dm.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_dm.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/core/btc_dm.c
[174/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_storage.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_storage.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_storage.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/core/btc_storage.c
[175/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_util.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_util.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/core/btc_util.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/core/btc_util.c
[176/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/bta_av_co.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/bta_av_co.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/bta_av_co.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/bta_av_co.c
[177/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_a2dp.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_a2dp.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_a2dp.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/btc_a2dp.c
[178/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_control.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_control.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_control.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_control.c
[179/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/esp/blufi/blufi_protocol.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/esp/blufi/blufi_protocol.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/esp/blufi/blufi_protocol.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/blufi_protocol.c
[180/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_sink.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_sink.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_sink.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_sink.c
[181/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/avrc/btc_avrc.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/avrc/btc_avrc.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/avrc/btc_avrc.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/avrc/btc_avrc.c
[182/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_source.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_source.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_source.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/btc_a2dp_source.c
[183/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_av.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_av.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/a2dp/btc_av.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/btc_av.c
[184/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/avrc/bta_avrc_co.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/avrc/bta_avrc_co.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/avrc/bta_avrc_co.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/avrc/bta_avrc_co.c
[185/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/hf_client/bta_hf_client_co.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/hf_client/bta_hf_client_co.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/hf_client/bta_hf_client_co.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/hf_client/bta_hf_client_co.c
[186/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/hf_client/btc_hf_client.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/hf_client/btc_hf_client.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/hf_client/btc_hf_client.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/hf_client/btc_hf_client.c
[187/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/esp/blufi/blufi_prf.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/esp/blufi/blufi_prf.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/esp/blufi/blufi_prf.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/blufi_prf.c
[188/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gap/bta_gap_bt_co.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gap/bta_gap_bt_co.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gap/bta_gap_bt_co.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/gap/bta_gap_bt_co.c
[189/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gap/btc_gap_bt.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gap/btc_gap_bt.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gap/btc_gap_bt.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/gap/btc_gap_bt.c
[190/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gatt/btc_gatt_common.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gatt/btc_gatt_common.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gatt/btc_gatt_common.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/gatt/btc_gatt_common.c
[191/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gatt/btc_gatt_util.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gatt/btc_gatt_util.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gatt/btc_gatt_util.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/gatt/btc_gatt_util.c
[192/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/spp/btc_spp.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/spp/btc_spp.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/spp/btc_spp.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/spp/btc_spp.c
[193/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/device/bdaddr.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/device/bdaddr.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/device/bdaddr.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/bdaddr.c
[194/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gap/btc_gap_ble.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gap/btc_gap_ble.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gap/btc_gap_ble.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/gap/btc_gap_ble.c
[195/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/device/interop.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/device/interop.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/device/interop.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/interop.c
[196/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/external/sbc/decoder/srce/alloc.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/external/sbc/decoder/srce/alloc.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/external/sbc/decoder/srce/alloc.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/srce/alloc.c
[197/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gatt/btc_gattc.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gatt/btc_gattc.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gatt/btc_gattc.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/gatt/btc_gattc.c
[198/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/external/sbc/decoder/srce/bitalloc-sbc.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/external/sbc/decoder/srce/bitalloc-sbc.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/external/sbc/decoder/srce/bitalloc-sbc.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/srce/bitalloc-sbc.c
[199/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/l2cap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/smp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avct/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avrc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/avdt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/rfcomm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/newlib/platform_include -I/Users/Owatch/Documents/Somnox/esp-idf/components/freertos/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/heap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/log/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/soc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_rom/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/xtensa/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/driver/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_ringbuf/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_event/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/tcpip_adapter/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/include/apps/sntp -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/lwip/src/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/lwip/port/esp32/include/arch -I/Users/Owatch/Documents/Somnox/esp-idf/components/vfs/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_wifi/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/esp_eth/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/efuse/esp32/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/app_trace/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/nvs_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/spi_flash/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/port/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostdlib -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.0-dev-1443-g39f090a4f\" -DGCC_NOT_5_2_0 -DESP_PLATFORM -Wno-implicit-fallthrough -Wno-unused-const-variable -MD -MT esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gatt/btc_gatts.c.obj -MF esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gatt/btc_gatts.c.obj.d -o esp-idf/bt/CMakeFiles/__idf_bt.dir/host/bluedroid/btc/profile/std/gatt/btc_gatts.c.obj -c /Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/gatt/btc_gatts.c
[200/1071] /Users/Owatch/Documents/Somnox/esp-idf/tools/tools/xtensa-esp32-elf/esp32-2019r1-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -Iconfig -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/osi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/api/include/api -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/common/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/ar/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/av/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/dm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/gatt/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hf_client/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/hh/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/jv/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sdp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/bta/sys/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/device/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/hci/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/decoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/encoder/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/external/sbc/plc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/blufi/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/esp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/a2dp/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/profile/std/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/btc/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/btm/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gap/include -I/Users/Owatch/Documents/Somnox/esp-idf/components/bt/host/bluedroid/stack/gatt/include -I/Users/Owatch/Documents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment